From 43067ebb01f2b4c69de9f2c6fbe8fcca9b45be76 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Tue, 7 Jun 2016 11:02:16 -0700 Subject: [PATCH] doc: fix minor nit introduced in readline.md --- doc/api/readline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/readline.md b/doc/api/readline.md index 6ddbd1cdf6af56..448b109e4d5579 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -264,7 +264,7 @@ rl.question('What is your favorite food?', (answer) => { *Note*: The `callback` function passed to `rl.question()` does not follow the typical pattern of accepting an `Error` object or `null` as the first argument. -The `callback` is called with the provided answer as the only argument.git +The `callback` is called with the provided answer as the only argument. ### rl.resume()