Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-09-17 21:58:30 +0300
committerRich Trott <rtrott@gmail.com>2020-09-20 17:49:06 +0300
commit039c274dded372ec3f59b31dafa8cab75277d44f (patch)
tree936464e7df0f69c6585ed0528a67feec051bdd3c /doc/api/readline.md
parentc31ef9827e5b2edf44734bc2eac6ea0f7989e914 (diff)
doc: standardize on _backward_
We use _backward incompatible_ and _backwards incompatible_ with no discernible pattern in the docs. Follow Chicago Manual of Style and also our standardization on US English and favor _backward_. PR-URL: https://github.com/nodejs/node/pull/35243 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index af5e3147d41..8d3eef1ab42 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -828,7 +828,7 @@ const { createInterface } = require('readline');
<tr>
<td><code>ctrl</code> + <code>w</code> or <code>ctrl</code>
+ <code>backspace</code></td>
- <td>Delete backwards to a word boundary</td>
+ <td>Delete backward to a word boundary</td>
<td><code>ctrl</code> + <code>backspace</code> Doesn't
work on Linux, Mac and Windows</td>
</tr>