From 09ac2a7a474067835ea27867aeb8275c2ebfa8d9 Mon Sep 17 00:00:00 2001 From: Galen Nickel Date: Mon, 25 Jun 2018 13:15:34 -0700 Subject: [PATCH] Run motors tutorial - step 5 fix --- docs/tutorials/run-motors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/run-motors.md b/docs/tutorials/run-motors.md index bbdf9f2b..924855a8 100644 --- a/docs/tutorials/run-motors.md +++ b/docs/tutorials/run-motors.md @@ -66,7 +66,7 @@ brick.buttonDown.onEvent(ButtonEvent.Pressed, function () { ## Step 5 -Now, let’s add a Medium motor, and tell it how many rotations we want it to run for. Open the ``||brick:Brick||`` Toolbox drawer. Drag out **2** ``|brick:on button||`` blocks. In the ``||brick:on button||`` blocks, use the drop-down menu to select the ``left`` and ``right`` buttons. +Open the ``||brick:Brick||`` Toolbox drawer and drag out **2** ``|brick:on button||`` blocks. In the ``||brick:on button||`` blocks, use the drop-down menu to select the ``left`` and ``right`` buttons. ```blocks brick.buttonUp.onEvent(ButtonEvent.Pressed, function () {