Skip to content

Commit 84f3768

Browse files
Trottjoesepi
authored andcommitted
doc: improve SIGINT error text
* add kbd elements * correct period/parenthesis order * make fragment a full sentence PR-URL: nodejs#35558 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
1 parent 2d2905a commit 84f3768

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1911,8 +1911,8 @@ An attempt was made to `require()` an [ES Module][].
19111911
<a id="ERR_SCRIPT_EXECUTION_INTERRUPTED"></a>
19121912
### `ERR_SCRIPT_EXECUTION_INTERRUPTED`
19131913

1914-
Script execution was interrupted by `SIGINT` (For example, when Ctrl+C was
1915-
pressed).
1914+
Script execution was interrupted by `SIGINT` (For example,
1915+
<kbd>Ctrl</kbd>+<kbd>C</kbd> was pressed.)
19161916

19171917
<a id="ERR_SCRIPT_EXECUTION_TIMEOUT"></a>
19181918
### `ERR_SCRIPT_EXECUTION_TIMEOUT`

0 commit comments

Comments
 (0)