doc: fix typo in REPL docs

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Adam Engebretson 2018-01-26 17:15:15 -06:00 committed by Vse Mozhet Byt
parent bb5575aa75
commit 287f21e31d

View File

@ -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.