diff --git a/curriculum/challenges/english/25-front-end-development/lecture-importance-of-semantic-html/672995ffdfd2f337f5f215f8.md b/curriculum/challenges/english/25-front-end-development/lecture-importance-of-semantic-html/672995ffdfd2f337f5f215f8.md index 64c4366252f..2eb25a02621 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-importance-of-semantic-html/672995ffdfd2f337f5f215f8.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-importance-of-semantic-html/672995ffdfd2f337f5f215f8.md @@ -46,7 +46,7 @@ Here is an example of using the subscript element to show the chemical represent The number two is wrapped inside `sub` tags to illustrate that the character should be a subscript. -Common uses cases for the subscript element include chemical formulas, foot notes, and variable subscripts. +Common use cases for the subscript element include chemical formulas, footnotes, and variable subscripts. # --questions-- diff --git a/curriculum/challenges/english/25-front-end-development/quiz-semantic-html/66ed903cf45ce3ece4053ebe.md b/curriculum/challenges/english/25-front-end-development/quiz-semantic-html/66ed903cf45ce3ece4053ebe.md index 7a54d173904..61969504993 100644 --- a/curriculum/challenges/english/25-front-end-development/quiz-semantic-html/66ed903cf45ce3ece4053ebe.md +++ b/curriculum/challenges/english/25-front-end-development/quiz-semantic-html/66ed903cf45ce3ece4053ebe.md @@ -845,7 +845,7 @@ variable subscripts --- -foot notes +footnotes --- @@ -897,7 +897,7 @@ ordinal numbers #### --answer-- -foot notes +footnotes ### --question-- diff --git a/curriculum/challenges/english/25-front-end-development/review-semantic-html/671a83934b61f64cefe87a61.md b/curriculum/challenges/english/25-front-end-development/review-semantic-html/671a83934b61f64cefe87a61.md index 794d01f210a..2c4082bd2f2 100644 --- a/curriculum/challenges/english/25-front-end-development/review-semantic-html/671a83934b61f64cefe87a61.md +++ b/curriculum/challenges/english/25-front-end-development/review-semantic-html/671a83934b61f64cefe87a61.md @@ -125,7 +125,7 @@ The `lang` attribute inside the open `i` tag is used to specify the language of

``` -- **Subscript (`sub`) element**: used to represent subscript text. Common uses cases for the subscript element include chemical formulas, foot notes, and variable subscripts. +- **Subscript (`sub`) element**: used to represent subscript text. Common use cases for the subscript element include chemical formulas, footnotes, and variable subscripts. ```html