Typo scan for tutorials (#1250)

This commit is contained in:
Galen Nickel
2018-09-14 14:57:17 -07:00
committed by Peli de Halleux
parent e7741f3eef
commit 95ae446a6d
3 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@ input.onButtonPressed(Button.A, () => {
## Step 3
Add ``||input:on button pressed||`` and ``||basic:show leds||`` blocks to display a frowney when button **B** is pressed.
Add ``||input:on button pressed||`` and ``||basic:show leds||`` blocks to display a frowny when button **B** is pressed.
```blocks
input.onButtonPressed(Button.B, () => {
@ -43,7 +43,7 @@ input.onButtonPressed(Button.B, () => {
## Step 4
Add a secret mode that happens when **A** and **B** are pressed together. In that case, add multiple ``||basic:show leds||`` blocks to create an animation...
Add a secret mode that happens when **A** and **B** are pressed together. For this case, add multiple ``||basic:show leds||`` blocks to create an animation.
```blocks
input.onButtonPressed(Button.AB, () => {