diff --git a/docs/graveyard/skillmap/collector/scroller.ts b/docs/graveyard/skillmap/collector/scroller.ts index 4a9b490965b..14bc15c2e1d 100644 --- a/docs/graveyard/skillmap/collector/scroller.ts +++ b/docs/graveyard/skillmap/collector/scroller.ts @@ -29,7 +29,7 @@ namespace collectorTutorial { */ //% block="scroll background" //% blockNamespace=scene - //% blockId=collectorTutorial_scrollBackgroun + //% blockId=collectorTutorial_scrollBackground //% group="Scrolling" //% weight=2 //% blockGap=8 diff --git a/docs/skillmap/collector-themed/scroller.ts b/docs/skillmap/collector-themed/scroller.ts index 4a9b490965b..14bc15c2e1d 100644 --- a/docs/skillmap/collector-themed/scroller.ts +++ b/docs/skillmap/collector-themed/scroller.ts @@ -29,7 +29,7 @@ namespace collectorTutorial { */ //% block="scroll background" //% blockNamespace=scene - //% blockId=collectorTutorial_scrollBackgroun + //% blockId=collectorTutorial_scrollBackground //% group="Scrolling" //% weight=2 //% blockGap=8 diff --git a/docs/skillmap/dino/scroller.ts b/docs/skillmap/dino/scroller.ts index 4a9b490965b..14bc15c2e1d 100644 --- a/docs/skillmap/dino/scroller.ts +++ b/docs/skillmap/dino/scroller.ts @@ -29,7 +29,7 @@ namespace collectorTutorial { */ //% block="scroll background" //% blockNamespace=scene - //% blockId=collectorTutorial_scrollBackgroun + //% blockId=collectorTutorial_scrollBackground //% group="Scrolling" //% weight=2 //% blockGap=8 diff --git a/docs/test/tutorials/free-throw-jr.md b/docs/test/tutorials/free-throw-jr.md index 91ebc57e154..d11aa481acd 100644 --- a/docs/test/tutorials/free-throw-jr.md +++ b/docs/test/tutorials/free-throw-jr.md @@ -478,7 +478,7 @@ namespace freethrow { //% blockId=game_countdown //% block="`ICON.clock-white` $thisSec (s)" //% thisSec.defl = 30 - //% help=github:docs/game_coundown + //% help=github:docs/game_countdown export function gameCountdown(thisSec:number) { info.startCountdown(thisSec) } diff --git a/docs/test/tutorials/lyla-jr-2.md b/docs/test/tutorials/lyla-jr-2.md index 8c5fcee5f5a..5063458098a 100644 --- a/docs/test/tutorials/lyla-jr-2.md +++ b/docs/test/tutorials/lyla-jr-2.md @@ -389,7 +389,7 @@ namespace game { //% blockId=game_countdown //% block="`ICON.clock-white` $thisSec (s)" //% thisSec.defl = 30 - //% help=github:docs/game_coundown + //% help=github:docs/game_countdown export function gameCountdown(thisSec: number) { info.startCountdown(thisSec) } diff --git a/docs/test/tutorials/lyla-jr.md b/docs/test/tutorials/lyla-jr.md index e70f756ffbe..7de3fb3462d 100644 --- a/docs/test/tutorials/lyla-jr.md +++ b/docs/test/tutorials/lyla-jr.md @@ -370,7 +370,7 @@ namespace game { //% blockId=game_countdown //% block="`ICON.clock-white` $thisSec (s)" //% thisSec.defl = 30 - //% help=github:docs/game_coundown + //% help=github:docs/game_countdown export function gameCountdown(thisSec: number) { info.startCountdown(thisSec) } diff --git a/docs/tutorials/free-throw-jr.md b/docs/tutorials/free-throw-jr.md index 91ebc57e154..d11aa481acd 100644 --- a/docs/tutorials/free-throw-jr.md +++ b/docs/tutorials/free-throw-jr.md @@ -478,7 +478,7 @@ namespace freethrow { //% blockId=game_countdown //% block="`ICON.clock-white` $thisSec (s)" //% thisSec.defl = 30 - //% help=github:docs/game_coundown + //% help=github:docs/game_countdown export function gameCountdown(thisSec:number) { info.startCountdown(thisSec) } diff --git a/docs/tutorials/lyla-jr.md b/docs/tutorials/lyla-jr.md index 50ef6ef314b..4d9dfb21251 100644 --- a/docs/tutorials/lyla-jr.md +++ b/docs/tutorials/lyla-jr.md @@ -371,7 +371,7 @@ namespace game { //% blockId=game_countdown //% block="`ICON.clock-white` $thisSec (s)" //% thisSec.defl = 30 - //% help=github:docs/game_coundown + //% help=github:docs/game_countdown export function gameCountdown(thisSec: number) { info.startCountdown(thisSec) }