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)