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
path: root/doc
diff options
context:
space:
mode:
authorKenji Okamoto <kenjio@users.noreply.github.com>2018-03-27 21:16:21 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2018-12-04 14:54:38 +0300
commit17e84217c724781a476325dd7cdf10d3bd4d0fc4 (patch)
treeae5c45613216c8545a15e0fd074516cab306c21e /doc
parent0cbe813e904dd04c0976ea535cfb710bb87b9e12 (diff)
doc: fix grammar error in process.md
PR-URL: https://github.com/nodejs/node/pull/19641 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-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.
-->