We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93027e2 + 3b4e39d commit 94fcc44Copy full SHA for 94fcc44
1 file changed
microbit/src/05-led-roulette/debug-it.md
@@ -55,7 +55,7 @@ Remote debugging using :1337
55
```
56
57
Next what we want to do is get to the main function of our program.
58
-We will do this by first setting a breakpoint there and the continuing
+We will do this by first setting a breakpoint there and then continuing
59
program execution until we hit the breakpoint:
60
61
0 commit comments