From 1e6ee167da8103c9f6830900f9c8f9bc212d0b31 Mon Sep 17 00:00:00 2001 From: Pedro Baracho Date: Mon, 9 Dec 2024 12:50:19 -0800 Subject: [PATCH] Fix typo (#6574) --- docs/skillmap/mole/mole1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/skillmap/mole/mole1.md b/docs/skillmap/mole/mole1.md index c4cce9975a9..e494ec7109c 100644 --- a/docs/skillmap/mole/mole1.md +++ b/docs/skillmap/mole/mole1.md @@ -198,7 +198,7 @@ game.onUpdateInterval(1000, function () {
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! 💡 @@ -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" } -``` \ No newline at end of file +```