From 985ed569848e5dacd2d7222444b064fcfaa611be Mon Sep 17 00:00:00 2001 From: Ron Hale-Evans Date: Wed, 1 Jun 2016 16:29:43 -0700 Subject: [PATCH] Fixed typo. --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 0d880133..e160b0fd 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -106,8 +106,8 @@ input.onButtonPressed(Button.B, () => { Now try to unscramble these blocks in the editor so that the micro:bit shows **YES** when you press button `A` and **NO** when when you press -button `B`. All of the blocks under `on button A pressed` or `on -button B pressed` should run when you press that button. +button `B`. All of the blocks under `on button A pressed` or +`on button B pressed` should run when you press that button. ```shuffle input.onButtonPressed(Button.A, () => {