summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKenji Okamoto <kenjio@users.noreply.github.com>2018-03-27 11:16:21 -0700
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-03-27 22:09:19 +0300
commitdf62e69de73f4fb199f3b88727d13f6c52de332a (patch)
tree5843280beb5a3f7cdf76b626f43f2c9b4bb9da3b /doc
parent9e226475e8e28b8664643d6644503ccd06bceb9a (diff)
downloadandroid-node-v8-df62e69de73f4fb199f3b88727d13f6c52de332a.tar.gz
android-node-v8-df62e69de73f4fb199f3b88727d13f6c52de332a.tar.bz2
android-node-v8-df62e69de73f4fb199f3b88727d13f6c52de332a.zip
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 facc19e4f8..f413748cfa 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -207,7 +207,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.
-->