Fix spelling

This commit is contained in:
a1346054 2021-08-22 20:17:55 +00:00
parent d07904ccb7
commit f56f3ae95f
6 changed files with 6 additions and 6 deletions

View file

@ -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) {