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 +``` diff --git a/coding-fun/lesson-2/new_tracks.md b/coding-fun/lesson-2/new_tracks.md index 8818249f..57eb18f3 100644 --- a/coding-fun/lesson-2/new_tracks.md +++ b/coding-fun/lesson-2/new_tracks.md @@ -12,7 +12,7 @@ Move the Agent along the turtle tracks by using an ``||agent: agent move forward Try using a ``||loops:repeat||`` block to make the code more efficient. ## Step 2 -When done, press the **Play** buton to compile the code. Don't forget to run your code in Minecraft. +When done, press the **Play** button to compile the code. Don't forget to run your code in Minecraft. ```blocks player.onChat("run", function () { diff --git a/computing/unit-1/lesson-1.md b/computing/unit-1/lesson-1.md index 4399aa95..1b4a3348 100644 --- a/computing/unit-1/lesson-1.md +++ b/computing/unit-1/lesson-1.md @@ -8,7 +8,7 @@ To code a conversation with your Agent select an ``||player:on chat||`` command and rename it from **run** to **hello**. Select a ``||player: say||`` command and drag it inside the ``||player:on chat||`` command. ## Step 2 -Type **Hi, I am your Agent!** inside the ``||player: say||`` command. When done, press the **Play** buton to compile the code, then go to Minecraft, press **T** and type **hello**. +Type **Hi, I am your Agent!** inside the ``||player: say||`` command. When done, press the **Play** button to compile the code, then go to Minecraft, press **T** and type **hello**. ## Step 3 Go back to your code and modify the conversation with the Agent.