comment typo

This commit is contained in:
Bruno Windels 2019-03-20 17:10:38 +01:00
parent f164a78eaa
commit 460f9a5959

View file

@ -216,7 +216,7 @@ module.exports = React.createClass({
// return true if the content is fully scrolled down right now; else false.
//
// note that this is independent of the 'stuckAtBottom' state - it is simply
// about whether the the content is scrolled down right now, irrespective of
// about whether the content is scrolled down right now, irrespective of
// whether it will stay that way when the children update.
isAtBottom: function() {
const sn = this._getScrollNode();