diff options
-rw-r--r-- | source/libs/features.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libs/features.tsx b/source/libs/features.tsx index b9eeb376..b3205bd4 100644 --- a/source/libs/features.tsx +++ b/source/libs/features.tsx @@ -41,7 +41,7 @@ export interface FeatureDetails { * For this reason `onAjaxedPages` will only call its callback when a *new* page is loaded. * * Alternatively, use `onAjaxedPagesRaw` if your callback needs to be called at every page - * change (e.g. to "unmount" a feature / listener) regardless of of *newness* of the page. + * change (e.g. to "unmount" a feature / listener) regardless of *newness* of the page. */ async function onAjaxedPagesRaw(callback: () => void): Promise<void> { await onDomReady; |