From c865b02397ff257f6ffc4e0ab377e2adcf3629ba 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 7e356f1001318a..79a5ac279de239 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1740,8 +1740,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`