mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(learn): correct typo in the review page introduction (#59212)
This commit is contained in:
committed by
GitHub
parent
00c089a160
commit
4db5a982e9
@@ -3372,7 +3372,7 @@
|
||||
"title": "JavaScript Review",
|
||||
"intro": [
|
||||
"Before you take the JavaScript prep exam, you should review everything you've learned about JavaScript.",
|
||||
"Open up this page, to review all of the concepts taught including variables, strings, booleans, functions, objects, arrays, debugging, working with the DOM and more."
|
||||
"Open up this page to review all of the concepts taught including variables, strings, booleans, functions, objects, arrays, debugging, working with the DOM and more."
|
||||
]
|
||||
},
|
||||
"kagw": { "title": "258", "intro": [] },
|
||||
@@ -3466,7 +3466,7 @@
|
||||
"title": "Web Performance Review",
|
||||
"intro": [
|
||||
"Before you take the web performance quiz, you should review everything you've learned so far.",
|
||||
"Open up this page, to review all of the concepts taught including INP, key metrics for measuring performance, Performance Web APIs and more."
|
||||
"Open up this page to review all of the concepts taught including INP, key metrics for measuring performance, Performance Web APIs and more."
|
||||
]
|
||||
},
|
||||
"quiz-web-performance": {
|
||||
|
||||
Reference in New Issue
Block a user