Skip to content

Commit

Permalink
Fixing spelling mistake in coding fun lesson 1
Browse files Browse the repository at this point in the history
Buton -> Button
  • Loading branch information
gbaman authored Nov 29, 2022
1 parent c5b504b commit 08f72de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coding-fun/lesson-1/last-room.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
# 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
player.onChat("last", function () {
agent.move(FORWARD, 1)
agent.turn(LEFT_TURN)
})
```
```

0 comments on commit 08f72de

Please sign in to comment.