diff --git a/doc/api/debugger.md b/doc/api/debugger.md index 8253c176e43c95..9c152af8fc6eec 100644 --- a/doc/api/debugger.md +++ b/doc/api/debugger.md @@ -67,7 +67,7 @@ break in myscript.js:4 5 }, 1000); 6 console.log('hello'); debug> repl -Press Ctrl + C to leave debug repl +Press Ctrl+C to leave debug repl > x 5 > 2 + 2