mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): correct casing for TypeScript (#67147)
This commit is contained in:
@@ -6276,11 +6276,11 @@
|
||||
"lab-digital-pet-game": {
|
||||
"title": "Build a Digital Pet Game",
|
||||
"intro": [
|
||||
"In this lab, you'll practice what you learned about Typescript and React by building a digital pet game."
|
||||
"In this lab, you'll practice what you learned about TypeScript and React by building a digital pet game."
|
||||
]
|
||||
},
|
||||
"review-typescript": {
|
||||
"title": "Typescript Review",
|
||||
"title": "TypeScript Review",
|
||||
"intro": [
|
||||
"Before you take the TypeScript quiz, you should review everything you've learned so far.",
|
||||
"Open up this page to review all of the concepts taught including data types in TypeScript, generics, type narrowing and more."
|
||||
@@ -6288,7 +6288,7 @@
|
||||
},
|
||||
"quiz-typescript": {
|
||||
"title": "TypeScript Quiz",
|
||||
"intro": ["Test what you've learned on Typescript with this quiz."]
|
||||
"intro": ["Test what you've learned on TypeScript with this quiz."]
|
||||
},
|
||||
"review-front-end-libraries": {
|
||||
"title": "Front-End Libraries Review",
|
||||
|
||||
Reference in New Issue
Block a user