Browse Source

Fix typo inspector to inspect

ChangJoo Park(박창주) 7 years ago
parent
commit
859bb81b29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/tutorial/debugging-main-process.md

+ 1 - 1
docs/tutorial/debugging-main-process.md

@@ -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