From 674d353e844031a2f2a7a8ec80817930218a4b5c Mon Sep 17 00:00:00 2001 From: Adam Engebretson Date: Fri, 26 Jan 2018 17:15:15 -0600 Subject: [PATCH] Fixing typo in REPL docs --- 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.