summaryrefslogtreecommitdiff
path: root/std/path
diff options
context:
space:
mode:
Diffstat (limited to 'std/path')
-rw-r--r--std/path/_globrex.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/path/_globrex.ts b/std/path/_globrex.ts
index 3fc69dd6c..2b3af14ad 100644
--- a/std/path/_globrex.ts
+++ b/std/path/_globrex.ts
@@ -16,7 +16,7 @@ export interface GlobrexOptions {
* @default false */
extended?: boolean;
/** Support globstar.
- * @remarks When globstar is `true`, '/foo/**' is equivelant
+ * @remarks When globstar is `true`, '/foo/**' is equivalent
* to '/foo/*' when globstar is `false`.
* Having globstar set to `true` is the same usage as
* using wildcards in bash.