summaryrefslogtreecommitdiff
path: root/source/libs/features.tsx
diff options
context:
space:
mode:
authorGravatar James George <jamesgeorge998001@gmail.com> 2019-08-23 19:26:45 +0530
committerGravatar Sindre Sorhus <sindresorhus@gmail.com> 2019-08-23 15:56:45 +0200
commit964a6b06a0146e49ab6da0fcce98c7aaa768ee4d (patch)
tree962618fcc1c7684a4e2da1242e8ad64b30fa44c2 /source/libs/features.tsx
parentbfadef3451ad98ba3c77c83d45e61a6193f5d13b (diff)
downloadrefined-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.tsx2
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;