More tutorial typos (#485)

This commit is contained in:
Galen Nickel
2018-04-11 07:45:44 -07:00
committed by Peli de Halleux
parent 00b193b126
commit 80989cf4c9
7 changed files with 14 additions and 14 deletions

View File

@ -23,7 +23,7 @@ In the ``||brick:show string||`` block, type the text ``"Press my buttons to mak
brick.showString("Press my buttons to make music!", 1)
```
# Step 3
## Step 3
Open the ``||brick:Brick||`` Toolbox drawer. From the **Buttons** section, drag out an ``||brick:on button||`` block onto the Workspace (you can put it anywhere).

View File

@ -36,7 +36,7 @@ sensors.touch1.onEvent(ButtonEvent.Released, function () {
## Step 3
Open the ``||motors:Motors||`` Toolbox drawer. Drag out a ``||motors:run||`` block onto the Workspace, and drop it into the ``||brick:on touch pressed||`` block.
Open the ``||motors:Motors||`` Toolbox drawer. Drag out a ``||motors:run||`` block onto the Workspace, and drop it into the ``||sensors:on touch pressed||`` block.
```blocks
sensors.touch1.onEvent(ButtonEvent.Pressed, function () {