From 7129fbfa186443838e50ab8d6063ec09f8c73b3a Mon Sep 17 00:00:00 2001 From: Nathan Phillip Brink Date: Tue, 12 Mar 2024 12:54:03 -0400 Subject: [PATCH] Accept wording change Co-authored-by: Pelle Wessman --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index fe627cb009..1b5cba3b53 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2333,7 +2333,7 @@ $ mocha "./spec/**/*.js" You should _always_ quote your globs in npm scripts. If you use quotes, the [`node-glob`][npm-glob] module will -handle its expansion. To support popular platforms, you must +handle its expansion. For maximum compatibility, surround the entire expression with double quotes and refrain from `$`, `"`, `^`, and `\` within your expression.