aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-09-25 19:32:30 +0300
committerHenry Jameson <me@hjkos.com>2019-09-25 19:32:30 +0300
commite3ceae0989ef3c5569c0d4a7eaf7f6ea5f7e6ccc (patch)
tree160c4563ca1ca2fd75da1a4ee9de89c7bbc9582f /src
parent0d6a9f5a629c8a181e4dbd3e2060236773c2337a (diff)
very important fix
Diffstat (limited to 'src')
-rw-r--r--src/components/post_status_form/post_status_form.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js
index 6ba7e7e1..76bcfa71 100644
--- a/src/components/post_status_form/post_status_form.js
+++ b/src/components/post_status_form/post_status_form.js
@@ -316,7 +316,7 @@ const PostStatusForm = {
* height to 'auto' which makes textarea tiny again, so that scrollHeight
* will match text height again. HOWEVER, shrinking textarea can screw with
* the scroll since there might be not enough padding around root to even
- * varrant a scroll, so it will jump to 0 and refuse to move anywhere,
+ * warrant a scroll, so it will jump to 0 and refuse to move anywhere,
* so we check current scroll position before shrinking and then restore it
* with needed delta.
*/