Skip to content

Commit

Permalink
doc: fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitchittora committed May 24, 2018
1 parent 2faec19 commit e3d38dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/readline.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ added: v0.1.98

The `rl.write()` method will write either `data` or a key sequence identified
by `key` to the `output`. The `key` argument is supported only if `output` is
a [TTY][] text terminal. See [`TTY keybindings`][] for a list of key
a [TTY][] text terminal. See [TTY keybindings][] for a list of key
combinations.

If `key` is specified, `data` is ignored.
Expand Down

0 comments on commit e3d38dd

Please sign in to comment.