summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/debugger.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/debugger.md b/doc/api/debugger.md
index 48761cf047..c8a61d2ce7 100644
--- a/doc/api/debugger.md
+++ b/doc/api/debugger.md
@@ -4,10 +4,10 @@
<!-- type=misc -->
-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:
```txt
$ node debug myscript.js