Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo on part 1 of whack-a-mole tutorial #6574

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/skillmap/mole/mole1.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ game.onUpdateInterval(1000, function () {
<br/>and drop it onto **an empty area** of the workspace.


The is an **EVENT** block and it will cause the **ACTION** inside to happen each time a second passes.
This is an **EVENT** block and it will cause the **ACTION** inside to happen each time a second passes.

~hint Tell me about events! 💡

Expand Down Expand Up @@ -298,4 +298,4 @@ mole-images=github:microsoft/arcade-tutorial-extensions/mole-images#v0.0.11
"main.ts": "",
"pxt.json": "{\n \"name\": \"Whackem2 - Assets Only\",\n \"description\": \"\",\n \"dependencies\": {\n \"device\": \"*\"\n },\n \"files\": [\n \"main.blocks\",\n \"main.ts\",\n \"README.md\",\n \"assets.json\",\n \"images.g.jres\",\n \"images.g.ts\",\n \"custom.ts\"\n ],\n \"targetVersions\": {\n \"branch\": \"v1.8.26\",\n \"tag\": \"v1.8.26\",\n \"commits\": \"https://github.com/microsoft/pxt-arcade/commits/6434cb63948fe7c1d1a7498115a4bc495495512c\",\n \"target\": \"1.8.26\",\n \"pxt\": \"7.4.27\"\n },\n \"preferredEditor\": \"tsprj\"\n}\n"
}
```
```
Loading