We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3bcf7 commit a6d19baCopy full SHA for a6d19ba
doc/api/process.md
@@ -2223,9 +2223,9 @@ added: v0.9.12
2223
* {boolean}
2224
2225
The initial value of `process.throwDeprecation` indicates whether the
2226
-`--throw-deprecation` flag is set on the current Node.js process,
+`--throw-deprecation` flag is set on the current Node.js process.
2227
`process.throwDeprecation` is mutable, so whether or not deprecation
2228
-warnings results in an error may be altered at runtime. See the
+warnings result in errors may be altered at runtime. See the
2229
documentation for the [`'warning'` event][process_warning] and the
2230
[`emitWarning()` method][process_emit_warning] for more information.
2231
0 commit comments