From d829237b922e5e4dd329d0c5ad77e86f8027e43b Mon Sep 17 00:00:00 2001 From: Adam Engebretson Date: Fri, 26 Jan 2018 17:15:15 -0600 Subject: [PATCH] doc: fix typo in REPL docs PR-URL: https://github.com/nodejs/node/pull/18404 Reviewed-By: Vse Mozhet Byt Reviewed-By: Daijiro Wachi Reviewed-By: James M Snell --- doc/api/repl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/repl.md b/doc/api/repl.md index b71ed111b42da1..a1dfffa9cc0c0a 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.