From 7d654be627f187f10c8df6b2a1020f88860202be Mon Sep 17 00:00:00 2001 From: Dav Glass Date: Wed, 24 Jul 2013 13:17:28 -0500 Subject: [PATCH] doc: Fix missing backtick in debugger doc --- doc/api/debugger.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` - 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