Skip to content

Commit

Permalink
doc: add missing backtick for readline
Browse files Browse the repository at this point in the history
PR-URL: #4549
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
mscdex authored and Myles Borins committed Jan 12, 2016
1 parent 09bc0c6 commit ac1108d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/readline.markdown
Expand Up @@ -247,7 +247,7 @@ Clears the screen from the current position of the cursor down.

## readline.createInterface(options)

Creates a readline `Interface` instance. Accepts an `options Object that takes
Creates a readline `Interface` instance. Accepts an `options` Object that takes
the following values:

- `input` - the readable stream to listen to (Required).
Expand Down

0 comments on commit ac1108d

Please sign in to comment.