From 05db4b8343b244ac39a27130b22b036293ef49f9 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 8 Oct 2020 04:08:57 -0700 Subject: [PATCH] doc: improve SIGINT error text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add kbd elements * correct period/parenthesis order * make fragment a full sentence PR-URL: https://github.com/nodejs/node/pull/35558 Reviewed-By: Anna Henningsen Reviewed-By: Gerhard Stöbich --- doc/api/errors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index b4d640446c8ca4..d5d8e1efa7ebe8 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1714,8 +1714,8 @@ An attempt was made to `require()` an [ES Module][]. ### `ERR_SCRIPT_EXECUTION_INTERRUPTED` -Script execution was interrupted by `SIGINT` (For example, when Ctrl+C was -pressed). +Script execution was interrupted by `SIGINT` (For example, +Ctrl+C was pressed.) ### `ERR_SCRIPT_EXECUTION_TIMEOUT`