fix(curriculum): correct casing for TypeScript (#67147)

This commit is contained in:
Huyen Nguyen
2026-04-28 23:21:04 +07:00
committed by GitHub
parent bbe577c77c
commit ba1eacf64e
9 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -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",