doc: fix typo in readline
authorScott González <scott.gonzalez@gmail.com>
Thu, 23 Jan 2014 14:59:21 +0000 (09:59 -0500)
committerFedor Indutny <fedor.indutny@gmail.com>
Fri, 24 Jan 2014 14:56:46 +0000 (18:56 +0400)
doc/api/readline.markdown

index d586b64..bcfbe4f 100644 (file)
@@ -39,7 +39,7 @@ the following values:
    treated like a TTY, and have ANSI/VT100 escape codes written to it.
    Defaults to checking `isTTY` on the `output` stream upon instantiation.
 
-The `completer` function is given the current line entered by the user, and
+The `completer` function is given the current line entered by the user, and
 is supposed to return an Array with 2 entries:
 
  1. An Array with matching entries for the completion.