Merge pull request #10049 from electron/debugging-typo

fix typo in macOS debugging doc
This commit is contained in:
Kevin Sawicki 2017-07-17 12:39:14 -07:00 committed by GitHub
commit c567448cf6

View file

@ -88,7 +88,7 @@ which will show you that the app is currently setting the name to "Electron".
```
To do a source level single step in the currently selected thread, execute `step` (or `s`).
This would take you into into `name_override_.empty()`. To proceed and do a step over,
This would take you into `name_override_.empty()`. To proceed and do a step over,
run `next` (or `n`).
```bash