From 2ea7f9072827407d8b15febb01a46365906a3727 Mon Sep 17 00:00:00 2001 From: Kenji Okamoto Date: Tue, 27 Mar 2018 11:16:21 -0700 Subject: [PATCH] doc: fix grammar error in process.md PR-URL: https://github.com/nodejs/node/pull/19641 Reviewed-By: Colin Ihrig Reviewed-By: Myles Borins Reviewed-By: Vse Mozhet Byt Reviewed-By: Luigi Pinca --- doc/api/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/process.md b/doc/api/process.md index 0f5c6f8b65a41c..af77725a139510 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. -->