summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDav Glass <davglass@gmail.com>2013-07-24 13:17:28 -0500
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-12-30 11:44:13 -0800
commit34b9280da4c015b666724068e3eb3139b5b01c95 (patch)
treef3348d2645b23745a9d78e28b85484b2eda9f6e7 /doc
parentd2d56d04f87b1ab0d45bb25da588781ca11cb91f (diff)
downloadandroid-node-v8-34b9280da4c015b666724068e3eb3139b5b01c95.tar.gz
android-node-v8-34b9280da4c015b666724068e3eb3139b5b01c95.tar.bz2
android-node-v8-34b9280da4c015b666724068e3eb3139b5b01c95.zip
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 f4f989072d..b4863a81a2 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