From 7aac8ab5f31f3b63a63b3cd4c4cdb2f28cf9ef43 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini <16690124+samelhusseini@users.noreply.github.com> Date: Fri, 22 Jun 2018 07:06:31 -0700 Subject: [PATCH] Fix typo in what animal am I tutorial (#731) --- docs/tutorials/what-animal-am-i.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/what-animal-am-i.md b/docs/tutorials/what-animal-am-i.md index e2bd1bd2..97d4e9cb 100644 --- a/docs/tutorials/what-animal-am-i.md +++ b/docs/tutorials/what-animal-am-i.md @@ -16,7 +16,7 @@ brick.showString("Hello world", 1) ## Step 2 -In the ``||brick:show string||`` block, type the text ``"Guess teh animal"`` to replace ``"Hello world"``. +In the ``||brick:show string||`` block, type the text ``"Guess the animal"`` to replace ``"Hello world"``. ```blocks brick.showString("Guess the animal", 1)