diff --git a/doc/api/repl.markdown b/doc/api/repl.markdown index 2b61e5da38e1f9..a6d78b61d446b8 100644 --- a/doc/api/repl.markdown +++ b/doc/api/repl.markdown @@ -13,7 +13,7 @@ dropped into the REPL. It has simplistic emacs line-editing. ``` $ node Type '.help' for options. -> a = [ 1, 2, 3]; +> a = [1, 2, 3]; [ 1, 2, 3 ] > a.forEach((v) => { ... console.log(v);