diff --git a/src/js/home.js b/src/js/home.js
index 3251552..3d003b2 100644
--- a/src/js/home.js
+++ b/src/js/home.js
@@ -856,7 +856,7 @@ page.prepareUploadConfig = () => {
{ value: 'default', text: 'Older files on top' },
{ value: '0', text: 'Newer files on top' }
],
- help: `"Newer files on top" will use a CSS technique, which unfortunately come with some undesirable side effects.
+ help: `"Newer files on top" will use a CSS technique, which unfortunately come with some undesirable side effects.
This also affects text selection, such as when trying to select text from top to bottom will result in them being selected from bottom to top instead, and vice versa.`,
valueHandler (value) {
if (value === '0') {