Fix typo inspector to inspect

This commit is contained in:
ChangJoo Park(박창주) 2017-11-06 09:23:18 +09:00 committed by GitHub
parent ca480948aa
commit 859bb81b29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ electron --inspect=5858 your/app
### `--inspect-brk=[port]`
Like `--inspector` but pauses execution on the first line of JavaScript.
Like `--inspect` but pauses execution on the first line of JavaScript.
## External Debuggers