diff --git a/doc/api/debugger.md b/doc/api/debugger.md index 6ddaf9c92a06a0..00eb1f0ffdaff5 100644 --- a/doc/api/debugger.md +++ b/doc/api/debugger.md @@ -4,10 +4,10 @@ -Node.js includes a full-featured out-of-process debugging utility accessible -via a simple [TCP-based protocol][] and built-in debugging client. To use it, -start Node.js with the `debug` argument followed by the path to the script to -debug; a prompt will be displayed indicating successful launch of the debugger: +Node.js includes an out-of-process debugging utility accessible via a +[TCP-based protocol][] and built-in debugging client. To use it, start Node.js +with the `debug` argument followed by the path to the script to debug; a prompt +will be displayed indicating successful launch of the debugger: ``` $ node debug myscript.js