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 committed Jan 6, 2016
1 parent cc82e5e commit e51bbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/readline.markdown
Original file line number Diff line number Diff line change
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 e51bbfd

Please sign in to comment.