diff --git a/doc/api/debugger.markdown b/doc/api/debugger.markdown index f4f989072d9..b4863a81a27 100644 --- a/doc/api/debugger.markdown +++ b/doc/api/debugger.markdown @@ -166,4 +166,4 @@ with the node debugger. Either connect to the `pid` or the URI to the debugger. The syntax is: * `node debug -p ` - Connects to the process via the `pid` -* `node debug - Connects to the process via the URI such as localhost:5858 +* `node debug ` - Connects to the process via the URI such as localhost:5858