Skip to content

Commit a09d825

Browse files
committed
docs: clarify CLI debugging example by replacing ellipsis with <command>
1 parent a1d51c7 commit a09d825

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)