fix(curriculum): typo in accessibility-quiz step-046.md (#44087)

targetting -> targeting
This commit is contained in:
Ikko Ashimine
2021-11-02 01:14:22 +09:00
committed by GitHub
parent c2572b314d
commit f163a77fe5

View File

@ -9,7 +9,7 @@ dashedName: step-46
To make the navigation buttons look more like typical buttons, remove the underline from the anchor tags. To make the navigation buttons look more like typical buttons, remove the underline from the anchor tags.
Then, create a new selector targetting the navigation list elements so that when the cursor hovers over them, the background color and text color are switched, and the cursor becomes a pointer. Then, create a new selector targeting the navigation list elements so that when the cursor hovers over them, the background color and text color are switched, and the cursor becomes a pointer.
# --hints-- # --hints--