Skip to content

Commit

Permalink
doc: fix typo in REPL docs
Browse files Browse the repository at this point in the history
PR-URL: nodejs#18404
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Daijiro Wachi <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
adamgoose authored and vsemozhetbyt committed Jan 27, 2018
1 parent bb5575a commit 287f21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ within the action function for commands registered using the
added: v9.0.0
-->

The `replServer.clearBufferedComand()` method clears any command that has been
The `replServer.clearBufferedCommand()` method clears any command that has been
buffered but not yet executed. This method is primarily intended to be
called from within the action function for commands registered using the
`replServer.defineCommand()` method.
Expand Down

0 comments on commit 287f21e

Please sign in to comment.