Skip to content

Commit 4be7cab

Browse files
authored
Merge pull request #36 from CausewayDigital/master
Fix buton spelling mistake across multiple lessons
2 parents efbf952 + 08f72de commit 4be7cab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

coding-fun/lesson-1/last-room.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
# Program the Agent to move up to the gold plate!
1010

1111
## Step 1
12-
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.
12+
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.
1313

1414

1515
```ghost
1616
player.onChat("last", function () {
1717
agent.move(FORWARD, 1)
1818
agent.turn(LEFT_TURN)
1919
})
20-
```
20+
```

coding-fun/lesson-2/new_tracks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Move the Agent along the turtle tracks by using an ``||agent: agent move forward
1212
Try using a ``||loops:repeat||`` block to make the code more efficient.
1313

1414
## Step 2
15-
When done, press the **Play** buton to compile the code. Don't forget to run your code in Minecraft.
15+
When done, press the **Play** button to compile the code. Don't forget to run your code in Minecraft.
1616

1717
```blocks
1818
player.onChat("run", function () {

computing/unit-1/lesson-1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
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.
99

1010
## Step 2
11-
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**.
11+
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**.
1212

1313
## Step 3
1414
Go back to your code and modify the conversation with the Agent.

0 commit comments

Comments
 (0)