Skip to content

Commit

Permalink
Fix typo (#6574)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropb authored Dec 9, 2024
1 parent d6b165a commit 1e6ee16
Showing 1 changed file with 2 additions and 2 deletions.
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"
}
```
```

0 comments on commit 1e6ee16

Please sign in to comment.