Skip to content

Commit a6d19ba

Browse files
committed
fixup
1 parent bf3bcf7 commit a6d19ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,9 +2223,9 @@ added: v0.9.12
22232223
* {boolean}
22242224

22252225
The initial value of `process.throwDeprecation` indicates whether the
2226-
`--throw-deprecation` flag is set on the current Node.js process,
2226+
`--throw-deprecation` flag is set on the current Node.js process.
22272227
`process.throwDeprecation` is mutable, so whether or not deprecation
2228-
warnings results in an error may be altered at runtime. See the
2228+
warnings result in errors may be altered at runtime. See the
22292229
documentation for the [`'warning'` event][process_warning] and the
22302230
[`emitWarning()` method][process_emit_warning] for more information.
22312231

0 commit comments

Comments
 (0)