diff options
author | 2019-08-23 19:26:45 +0530 | |
---|---|---|
committer | 2019-08-23 15:56:45 +0200 | |
commit | 964a6b06a0146e49ab6da0fcce98c7aaa768ee4d (patch) | |
tree | 962618fcc1c7684a4e2da1242e8ad64b30fa44c2 /source/libs/features.tsx | |
parent | bfadef3451ad98ba3c77c83d45e61a6193f5d13b (diff) | |
download | refined-github-964a6b06a0146e49ab6da0fcce98c7aaa768ee4d.tar.gz refined-github-964a6b06a0146e49ab6da0fcce98c7aaa768ee4d.tar.zst refined-github-964a6b06a0146e49ab6da0fcce98c7aaa768ee4d.zip |
Fix comment typo (#2377)19.8.24
Diffstat (limited to 'source/libs/features.tsx')
-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; |