Skip to content

Commit 7e067ff

Browse files
authored
fix(curriculum): typo in Game Settings Panel workshop (freeCodeCamp#64356)
1 parent 95ad3c9 commit 7e067ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6201e2efa142d62bfe1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Begin by setting up a selector for `input`, but specifically targetting your `[t
1313

1414
Within your selector, set the `width` and the `height` to `20px`. This makes it larger than it was before.
1515

16-
And to conform with your `cursor` setting that was set on the labels, add `cursor` and assign the value of `pointer` to it. After that, when you hover over the labels it will display a pointer.
16+
And to conform with your `cursor` setting that was set on the labels, add `cursor` and assign the value of `pointer` to it. After that, when you hover over the checkboxes it will display a pointer.
1717

1818
# --hints--
1919

0 commit comments

Comments
 (0)