Skip to content

Commit

Permalink
Accept wording change
Browse files Browse the repository at this point in the history
Co-authored-by: Pelle Wessman <pelle@kodfabrik.se>
  • Loading branch information
binki and voxpelli authored Mar 12, 2024
1 parent ab6bed3 commit 7129fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7129fbf

Please sign in to comment.