Skip to content

Commit b25c5eb

Browse files
hassanwaqaHassan Waqar
andauthored
fix(curriculum): correct typos in semantic HTML content (freeCodeCamp#61004)
Co-authored-by: Hassan Waqar <[email protected]>
1 parent 1b2d25d commit b25c5eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

curriculum/challenges/english/25-front-end-development/lecture-importance-of-semantic-html/672995ffdfd2f337f5f215f8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Here is an example of using the subscript element to show the chemical represent
4646

4747
The number two is wrapped inside `sub` tags to illustrate that the character should be a subscript.
4848

49-
Common uses cases for the subscript element include chemical formulas, foot notes, and variable subscripts.
49+
Common use cases for the subscript element include chemical formulas, footnotes, and variable subscripts.
5050

5151
# --questions--
5252

curriculum/challenges/english/25-front-end-development/quiz-semantic-html/66ed903cf45ce3ece4053ebe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ variable subscripts
845845

846846
---
847847

848-
foot notes
848+
footnotes
849849

850850
---
851851

@@ -897,7 +897,7 @@ ordinal numbers
897897

898898
#### --answer--
899899

900-
foot notes
900+
footnotes
901901

902902
### --question--
903903

curriculum/challenges/english/25-front-end-development/review-semantic-html/671a83934b61f64cefe87a61.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The `lang` attribute inside the open `i` tag is used to specify the language of
125125
</p>
126126
```
127127

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

130130
```html
131131
<p>

0 commit comments

Comments
 (0)