From f163a77fe5809507fdd9698b13f66b63694c166e Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 2 Nov 2021 01:14:22 +0900 Subject: [PATCH] fix(curriculum): typo in accessibility-quiz step-046.md (#44087) targetting -> targeting --- .../01-responsive-web-design/accessibility-quiz/step-046.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/accessibility-quiz/step-046.md b/curriculum/challenges/english/01-responsive-web-design/accessibility-quiz/step-046.md index e4a9bc1c5c..01590ffc37 100644 --- a/curriculum/challenges/english/01-responsive-web-design/accessibility-quiz/step-046.md +++ b/curriculum/challenges/english/01-responsive-web-design/accessibility-quiz/step-046.md @@ -9,7 +9,7 @@ dashedName: step-46 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--