aboutsummaryrefslogtreecommitdiff
path: root/src/content/presenters/ScrollPresenter.ts
diff options
context:
space:
mode:
authorTeepaBlue <42367122+TeepaBlue@users.noreply.github.com>2020-12-03 10:11:35 +0900
committerGitHub <noreply@github.com>2020-12-03 10:11:35 +0900
commit5601b44fb660b09bad6e372e56f23144e637110e (patch)
tree4db812f2292da958c04a1ab4572423a704d06a21 /src/content/presenters/ScrollPresenter.ts
parent75eeab8efe1cce045e708c8e0e7d3f4ec17d5103 (diff)
Update ScrollPresenter.ts
fix a typo
Diffstat (limited to 'src/content/presenters/ScrollPresenter.ts')
-rw-r--r--src/content/presenters/ScrollPresenter.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/presenters/ScrollPresenter.ts b/src/content/presenters/ScrollPresenter.ts
index a78e4ba..dc57d20 100644
--- a/src/content/presenters/ScrollPresenter.ts
+++ b/src/content/presenters/ScrollPresenter.ts
@@ -26,7 +26,7 @@ const doneScrolling = (element: Element): boolean => {
);
};
-// Find a visiable and scrollable element by depth-first search. Currently
+// Find a visible and scrollable element by depth-first search. Currently
// this method is called by each scrolling, and the returned value of this
// method is not cached. That does not cause performance issue because in the
// most pages, the window is root element i,e, documentElement.