Skip to content

Commit

Permalink
parentheses around s's for microbit specific criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
srietkerk committed Sep 5, 2024
1 parent 4214c94 commit 27d03fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/teachertool/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"id": "35610CA0-38F8-4CCE-BAB9-99593DB3358A",
"use": "responds_to_events",
"template": "Responds to at least ${count} different events",
"template": "Responds to at least ${count} different event(s)",
"description": "At least the specified number of event blocks are present.",
"docPath": "/teachertool",
"maxCount": 1,
Expand Down Expand Up @@ -38,7 +38,7 @@
{
"id": "2CA4A5DA-4690-4514-97F5-2FE145AB3A59",
"use": "uses_led_coordinates",
"template": "Uses LED coordinates at least ${count} times",
"template": "Uses LED coordinates at least ${count} time(s)",
"description": "Uses blocks with LED coordinate inputs at least the specified number of times.",
"docPath": "/teachertool",
"maxCount": 1,
Expand Down

0 comments on commit 27d03fe

Please sign in to comment.