Skip to content

Commit

Permalink
doc: fixes line warnings + removes nbsp;
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitchittora committed May 27, 2018
1 parent 76d462c commit 67e3d92
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/api/readline.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,13 @@ rl.on('line', (line) => {
</tr>
<tr>
<td><code>ctrl</code> + <code>z</code></td>
<td>Moves running process into background. Type <code>fg</code> and press <code>enter</code> to return.</td>
<td>Moves running process into background. Type
<code>fg</code> and press <code>enter</code>
to return.</td>
</tr>
<tr>
<td><code>ctrl</code> + <code>w</code> &nbsp; or &nbsp; <code>ctrl</code> + <code>backspace</code></td>
<td><code>ctrl</code> + <code>w</code> or <code>ctrl</code>
+ <code>backspace</code></td>
<td>Delete backwards to a word boundary</td>
</tr>
<tr>
Expand All @@ -620,7 +623,8 @@ rl.on('line', (line) => {
<td>Word right</td>
</tr>
<tr>
<td><code>meta</code> + <code>d</code> &nbsp; or &nbsp; <code>meta</code> + <code>delete</code></td>
<td><code>meta</code> + <code>d</code> or <code>meta</code>
+ <code>delete</code></td>
<td>Delete word right</td>
</tr>
<tr>
Expand Down

0 comments on commit 67e3d92

Please sign in to comment.