mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
📝 Fixed typo
[ci skip]
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
The DevTools in an Electron browser window can only debug JavaScript that's
|
||||
executed in that window (i.e. the web pages). To debug JavaScript that's
|
||||
executed in the main process you will need to use an external debugger and
|
||||
launch Electron with the `--inspector` or `--inspector-brk` switch.
|
||||
launch Electron with the `--inspect` or `--inspect-brk` switch.
|
||||
|
||||
## Command Line Switches
|
||||
|
||||
|
||||
Reference in New Issue
Block a user