summaryrefslogtreecommitdiff
path: root/deps/npm/doc/misc/npm-coding-style.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/misc/npm-coding-style.md')
-rw-r--r--deps/npm/doc/misc/npm-coding-style.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/doc/misc/npm-coding-style.md b/deps/npm/doc/misc/npm-coding-style.md
index a105b1aa53..e6837bfbf3 100644
--- a/deps/npm/doc/misc/npm-coding-style.md
+++ b/deps/npm/doc/misc/npm-coding-style.md
@@ -184,7 +184,7 @@ When something is intentionally missing or removed, set it to `null`.
Don't set things to `undefined`. Reserve that value to mean "not yet
set to anything."
-Boolean objects are verboten.
+Boolean objects are forbidden.
## SEE ALSO