fix(learn): correct typo in the review page introduction (#59212)

This commit is contained in:
Rajvardhan S Dodiya 🍉
2025-03-11 05:34:07 +05:30
committed by GitHub
parent 00c089a160
commit 4db5a982e9
+2 -2
View File
@@ -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": {