From: Dav Glass Date: Wed, 24 Jul 2013 18:17:28 +0000 (-0500) Subject: doc: Fix missing backtick in debugger doc X-Git-Tag: v0.11.5~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d654be627f187f10c8df6b2a1020f88860202be;p=platform%2Fupstream%2Fnodejs.git doc: Fix missing backtick in debugger doc --- diff --git a/doc/api/debugger.markdown b/doc/api/debugger.markdown index f4f9890..b4863a8 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