summaryrefslogtreecommitdiff
path: root/doc/api/repl.md
diff options
context:
space:
mode:
authorAdam Engebretson <adam@enge.me>2018-01-26 17:15:15 -0600
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-01-27 03:36:41 +0200
commit287f21e31dafce2cf10fc7e349dbd26ebb392a08 (patch)
treed311a2a193a7378864e20d48e7a71cb4313fa7f7 /doc/api/repl.md
parentbb5575aa75fd3071724d5eccde39a3041e1af57a (diff)
downloadnode-new-287f21e31dafce2cf10fc7e349dbd26ebb392a08.tar.gz
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>
Diffstat (limited to 'doc/api/repl.md')
-rw-r--r--doc/api/repl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repl.md b/doc/api/repl.md
index b71ed111b4..a1dfffa9cc 100644
--- a/doc/api/repl.md
+++ b/doc/api/repl.md
@@ -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.