From 42f1c9039b283074360a485417e3bdb8a6afb867 Mon Sep 17 00:00:00 2001 From: Brian White Date: Tue, 5 Jan 2016 23:46:05 -0500 Subject: [PATCH] doc: add missing backtick for readline PR-URL: https://github.com/nodejs/node/pull/4549 Reviewed-By: Colin Ihrig --- doc/api/readline.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/readline.markdown b/doc/api/readline.markdown index 5d98f501f68c65..05a52cd25cc390 100644 --- a/doc/api/readline.markdown +++ b/doc/api/readline.markdown @@ -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).