From e129e5f691aa333566ffd066e11e229880a692ba Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 09:50:15 +0000 Subject: [PATCH] spelling: erroneously --- docs/markdown/theme/js/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/theme/js/base.js b/docs/markdown/theme/js/base.js index c99cce721f..a0bacf12a4 100644 --- a/docs/markdown/theme/js/base.js +++ b/docs/markdown/theme/js/base.js @@ -26,7 +26,7 @@ var shiftWindow = function() { if (window.disableShift) { window.disableShift = false; } else { - /* If we're at the bottom of the page, don't erronously scroll up */ + /* If we're at the bottom of the page, don't erroneously scroll up */ var scrolledToBottomOfPage = ( (window.innerHeight + window.scrollY) >= document.body.offsetHeight ); -- 2.47.3