From 34c27468dd7933a61c5b3ae5a33f1d86c60a4e08 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Mon, 17 Jul 2017 12:12:44 -0700 Subject: [PATCH] fix typo in macOS debugging doc --- docs/development/debugging-instructions-macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/debugging-instructions-macos.md b/docs/development/debugging-instructions-macos.md index 054909773f6b..594f9c503223 100644 --- a/docs/development/debugging-instructions-macos.md +++ b/docs/development/debugging-instructions-macos.md @@ -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