Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDav Glass <davglass@gmail.com>2013-07-24 22:17:28 +0400
committerisaacs <i@izs.me>2013-07-26 03:17:41 +0400
commit7d654be627f187f10c8df6b2a1020f88860202be (patch)
tree85c81fe963fd7ffbe0c35c447a34b81799b3e9ad /doc
parent993bb93e0a58279bba482c40da9a114cfd467f55 (diff)
doc: Fix missing backtick in debugger doc
Diffstat (limited to 'doc')
-rw-r--r--doc/api/debugger.markdown2
1 files changed, 1 insertions, 1 deletions
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 <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