fix: remove extraneous word from instructions (#44601)

This commit is contained in:
Bruce B
2021-12-28 19:03:20 -08:00
committed by GitHub
parent 5d908130ae
commit 58aea70c9e

View File

@ -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--