Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Mar 30, 2011
1 parent 5be4429 commit 6061c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/beginner.pdc
Expand Up @@ -322,7 +322,7 @@ console.log('Hello %s, this is my object: %j', 'World', foo);

If console.log() isn't your thing, or you think your problem can be better
analyzed using breakpoints, the node's built-in debugger is a great choice. You
invoke can invoke the debugger by simply calling:
can invoke the debugger by simply calling:

~~~ {.shell}
$ node.js debugger my_file.js
Expand Down

0 comments on commit 6061c7d

Please sign in to comment.