doc: Fix missing backtick in debugger doc
authorDav Glass <davglass@gmail.com>
Wed, 24 Jul 2013 18:17:28 +0000 (13:17 -0500)
committerisaacs <i@izs.me>
Thu, 25 Jul 2013 23:17:41 +0000 (16:17 -0700)
doc/api/debugger.markdown

index f4f9890..b4863a8 100644 (file)
@@ -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 <pid>` - Connects to the process via the `pid`
-* `node debug <URI> - Connects to the process via the URI such as localhost:5858
+* `node debug <URI>` - Connects to the process via the URI such as localhost:5858