Skip to content

Commit

Permalink
doc: improve SIGINT error text
Browse files Browse the repository at this point in the history
* add kbd elements
* correct period/parenthesis order
* make fragment a full sentence

PR-URL: #35558
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
  • Loading branch information
Trott authored and MylesBorins committed Nov 16, 2020
1 parent f3a0457 commit 05db4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/errors.md
Expand Up @@ -1714,8 +1714,8 @@ An attempt was made to `require()` an [ES Module][].
<a id="ERR_SCRIPT_EXECUTION_INTERRUPTED"></a>
### `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,
<kbd>Ctrl</kbd>+<kbd>C</kbd> was pressed.)

<a id="ERR_SCRIPT_EXECUTION_TIMEOUT"></a>
### `ERR_SCRIPT_EXECUTION_TIMEOUT`
Expand Down

0 comments on commit 05db4b8

Please sign in to comment.