aboutsummaryrefslogtreecommitdiff
path: root/src/globals.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.d.ts')
-rw-r--r--src/globals.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.d.ts b/src/globals.d.ts
index 2872f62..069cbcb 100644
--- a/src/globals.d.ts
+++ b/src/globals.d.ts
@@ -21,7 +21,7 @@ declare global {
/**
* This exists only at build time, so references to it in patches should insert it
* via String interpolation OR use different replacement code based on this
- * but NEVER refrence it inside the patched code
+ * but NEVER reference it inside the patched code
*
* @example
* // BAD