Skip to content

Commit

Permalink
doc: Fix missing backtick in debugger doc
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass authored and tjfontaine committed Dec 30, 2013
1 parent d2d56d0 commit 34b9280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/debugger.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 34b9280

Please sign in to comment.