Skip to content

Commit 50cf693

Browse files
authored
fix(curriculum): multiple typos in CSS Animations (freeCodeCamp#57093)
1 parent 495006f commit 50cf693

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

client/i18n/locales/english/intro.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,9 +2307,9 @@
23072307
]
23082308
},
23092309
"review-css-animations": {
2310-
"title": "CSS Amimations Review",
2310+
"title": "CSS Animations Review",
23112311
"intro": [
2312-
"Review the CSS Amimations concepts to prepare for the upcoming quiz."
2312+
"Review the CSS Animations concepts to prepare for the upcoming quiz."
23132313
]
23142314
},
23152315
"quiz-css-animations": {
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Introduction to the CSS Amimations Review
2+
title: Introduction to the CSS Animations Review
33
block: review-css-animations
44
superBlock: full-stack-developer
55
---
66

7-
## Introduction to the CSS Amimations Review
7+
## Introduction to the CSS Animations Review
88

9-
Review the CSS Amimations concepts to prepare for the upcoming quiz.
9+
Review the CSS Animations concepts to prepare for the upcoming quiz.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "CSS Amimations Review",
2+
"name": "CSS Animations Review",
33
"blockType": "review",
44
"blockLayout": "link",
55
"isUpcomingChange": true,
66
"dashedName": "review-css-animations",
77
"superBlock": "full-stack-developer",
88
"challengeOrder": [
9-
{ "id": "671a999cc77b7f9bceb4caeb", "title": "CSS Amimations Review" }
9+
{ "id": "671a999cc77b7f9bceb4caeb", "title": "CSS Animations Review" }
1010
],
1111
"helpCategory": "HTML-CSS"
1212
}

curriculum/challenges/english/25-front-end-development/review-css-animations/671a999cc77b7f9bceb4caeb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: 671a999cc77b7f9bceb4caeb
3-
title: CSS Amimations Review
3+
title: CSS Animations Review
44
challengeType: 24
55
dashedName: review-css-animations
66
---
@@ -13,4 +13,4 @@ Review the concepts below to prepare for the upcoming quiz.
1313

1414
# --assignment--
1515

16-
Review the CSS Amimations topics and concepts.
16+
Review the CSS Animations topics and concepts.

0 commit comments

Comments
 (0)