From 58aea70c9e52268651b78e10814f03105bdd3bd2 Mon Sep 17 00:00:00 2001 From: Bruce B Date: Tue, 28 Dec 2021 19:03:20 -0800 Subject: [PATCH] fix: remove extraneous word from instructions (#44601) --- .../learn-accessibility-by-building-a-quiz/step-028.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/step-028.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/step-028.md index 0b31d65e96..ca2817b22e 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/step-028.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/step-028.md @@ -9,7 +9,7 @@ dashedName: step-28 Give each `fieldset` an adaquate `name` attribute. Then, give both unordered lists a `class` of `answers-list`. -Finally, add use the `legend` to caption the content of the `fieldset`, by placing a true/false question as the text content. +Finally, use the `legend` to caption the content of the `fieldset`, by placing a true/false question as the text content. # --hints--