doc: add missing backtick for readline
authorBrian White <mscdex@mscdex.net>
Wed, 6 Jan 2016 04:46:05 +0000 (23:46 -0500)
committerMyles Borins <mborins@us.ibm.com>
Tue, 19 Jan 2016 19:52:36 +0000 (11:52 -0800)
PR-URL: https://github.com/nodejs/node/pull/4549
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
doc/api/readline.markdown

index 5d98f50..05a52cd 100644 (file)
@@ -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).