From de61919fc1a71d3c0c05ffdf70bf228027dd1ca3 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini <16690124+samelhusseini@users.noreply.github.com> Date: Mon, 7 May 2018 13:20:10 -0700 Subject: [PATCH] Don't use ```block in tutorials. (#588) --- docs/tutorials/make-an-animation.md | 2 +- docs/tutorials/what-animal-am-i.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/make-an-animation.md b/docs/tutorials/make-an-animation.md index c017f2c1..cfeb054e 100644 --- a/docs/tutorials/make-an-animation.md +++ b/docs/tutorials/make-an-animation.md @@ -10,7 +10,7 @@ Create a custom animation for your @boardname@. Open the ``||brick:Brick||`` Toolbox drawer. Drag out a ``||brick:show string||`` block onto the Workspace, and drop it into the ``||loops:on Start||`` block. You should hear and see the block click into place. -```block +```blocks brick.showString("Hello world", 1) ``` diff --git a/docs/tutorials/what-animal-am-i.md b/docs/tutorials/what-animal-am-i.md index 5d39017f..6f092f7f 100644 --- a/docs/tutorials/what-animal-am-i.md +++ b/docs/tutorials/what-animal-am-i.md @@ -10,7 +10,7 @@ Create different animal effects with your @boardname@. Open the ``||brick:Brick||`` Toolbox drawer. Drag out a ``||brick:show string||`` block from the **Screen** section onto the Workspace, and drop it into the ``||loops:on start||`` block. You should hear and see the block click into place. -```block +```blocks brick.showString("Hello world", 1) ```