From 08f72de7c8b614aad8232464666a2bf61a1efda7 Mon Sep 17 00:00:00 2001 From: Andrew Mulholland <833193+gbaman@users.noreply.github.com> Date: Tue, 29 Nov 2022 20:59:29 +0000 Subject: [PATCH] Fixing spelling mistake in coding fun lesson 1 Buton -> Button --- coding-fun/lesson-1/last-room.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coding-fun/lesson-1/last-room.md b/coding-fun/lesson-1/last-room.md index 2c828789..9ff6934e 100644 --- a/coding-fun/lesson-1/last-room.md +++ b/coding-fun/lesson-1/last-room.md @@ -9,7 +9,7 @@ # Program the Agent to move up to the gold plate! ## Step 1 -Program the Agent to reach the gold plate. You need to stay on your gold plate, while the Agent needs to stay on the other one. When done, press the **Play** buton to compile the code. Go to Minecraft to run your code. +Program the Agent to reach the gold plate. You need to stay on your gold plate, while the Agent needs to stay on the other one. When done, press the **Play** button to compile the code. Go to Minecraft to run your code. ```ghost @@ -17,4 +17,4 @@ player.onChat("last", function () { agent.move(FORWARD, 1) agent.turn(LEFT_TURN) }) -``` \ No newline at end of file +```