aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/resources/static/js/chat.js
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-22 20:17:55 +0000
committera1346054 <36859588+a1346054@users.noreply.github.com>2021-10-14 21:48:12 +0000
commit601e215565a6b5518fc7c7883707106eda73fb9d (patch)
treed8672022a666f22a08415cd62684769ad5ca26d1 /cli/onionshare_cli/resources/static/js/chat.js
parentf827d5232d0851f832d83390f31d1bc22128113d (diff)
downloadonionshare-601e215565a6b5518fc7c7883707106eda73fb9d.tar.gz
onionshare-601e215565a6b5518fc7c7883707106eda73fb9d.zip
Fix spelling
Diffstat (limited to 'cli/onionshare_cli/resources/static/js/chat.js')
-rw-r--r--cli/onionshare_cli/resources/static/js/chat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/onionshare_cli/resources/static/js/chat.js b/cli/onionshare_cli/resources/static/js/chat.js
index de64c094..35113df5 100644
--- a/cli/onionshare_cli/resources/static/js/chat.js
+++ b/cli/onionshare_cli/resources/static/js/chat.js
@@ -148,7 +148,7 @@ var getScrollDiffBefore = function () {
var scrollBottomMaybe = function (scrollDiff) {
// Scrolls to bottom if the user is scrolled at bottom
- // if the user has scrolled upp, it wont scroll at bottom.
+ // if the user has scrolled up, it won't scroll at bottom.
// Note: when a user themselves send a message, it will still
// scroll to the bottom even if they had scrolled up before.
if (scrollDiff > 0) {