Skip to content

Commit 05db4b8

Browse files
TrottMylesBorins
authored andcommittedNov 16, 2020
doc: improve SIGINT error text
* 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>
1 parent f3a0457 commit 05db4b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎doc/api/errors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1714,8 +1714,8 @@ An attempt was made to `require()` an [ES Module][].
17141714
<a id="ERR_SCRIPT_EXECUTION_INTERRUPTED"></a>
17151715
### `ERR_SCRIPT_EXECUTION_INTERRUPTED`
17161716

1717-
Script execution was interrupted by `SIGINT` (For example, when Ctrl+C was
1718-
pressed).
1717+
Script execution was interrupted by `SIGINT` (For example,
1718+
<kbd>Ctrl</kbd>+<kbd>C</kbd> was pressed.)
17191719

17201720
<a id="ERR_SCRIPT_EXECUTION_TIMEOUT"></a>
17211721
### `ERR_SCRIPT_EXECUTION_TIMEOUT`

0 commit comments

Comments
 (0)
Please sign in to comment.