From b25c5eb780140b52b1881832dbe2d66809df49e4 Mon Sep 17 00:00:00 2001
From: hassanwaqa
Date: Mon, 23 Jun 2025 22:28:43 +0500
Subject: [PATCH] fix(curriculum): correct typos in semantic HTML content
(#61004)
Co-authored-by: Hassan Waqar
---
.../672995ffdfd2f337f5f215f8.md | 2 +-
.../quiz-semantic-html/66ed903cf45ce3ece4053ebe.md | 4 ++--
.../review-semantic-html/671a83934b61f64cefe87a61.md | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
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