Fix typo in what animal am I tutorial (#731)

This commit is contained in:
Sam El-Husseini 2018-06-22 07:06:31 -07:00 committed by Peli de Halleux
parent 73da17a395
commit 7aac8ab5f3

View File

@ -16,7 +16,7 @@ brick.showString("Hello world", 1)
## Step 2 ## 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 ```blocks
brick.showString("Guess the animal", 1) brick.showString("Guess the animal", 1)