Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index d6cd5bcb70d..af718446b52 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -212,7 +212,7 @@ changes:
description: Not handling Promise rejections has been deprecated.
- version: v6.6.0
pr-url: https://github.com/nodejs/node/pull/8223
- description: Unhandled Promise rejections have been will now emit
+ description: Unhandled Promise rejections will now emit
a process warning.
-->