Skip to content

Commit 42f7d99

Browse files
committed
docs: clarify CLI debugging example by replacing ellipsis with <command>
(cherry picked from commit a09d825)
1 parent 808dab6 commit 42f7d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ project](#building-and-installing-the-cli), then run the desired `ng` command
5656
as:
5757

5858
```shell
59-
node --inspect-brk node_modules/.bin/ng ...
59+
node --inspect-brk node_modules/.bin/ng <command>
6060
```
6161

6262
This will trigger a breakpoint as the CLI starts up. You can connect to this

0 commit comments

Comments
 (0)