From 5601b44fb660b09bad6e372e56f23144e637110e Mon Sep 17 00:00:00 2001 From: TeepaBlue <42367122+TeepaBlue@users.noreply.github.com> Date: Thu, 3 Dec 2020 10:11:35 +0900 Subject: Update ScrollPresenter.ts fix a typo --- src/content/presenters/ScrollPresenter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/presenters/ScrollPresenter.ts') 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. -- cgit v1.2.3