Skip to content

Commit

Permalink
doc: fix typo in REPL docs
Browse files Browse the repository at this point in the history
PR-URL: #18404
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
adamgoose authored and evanlucas committed Jan 30, 2018
1 parent ce7ce9d commit d829237
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 d829237

Please sign in to comment.