fix(curriculum): change Node.js Core Modules module name (#64606)

This commit is contained in:
majestic-owl448
2025-12-17 13:39:35 +01:00
committed by GitHub
parent 1e4f6f0b8c
commit 913e43cfbe
2 changed files with 4 additions and 4 deletions

View File

@@ -7362,7 +7362,7 @@
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
},
"modules": {
"nodejs-core-libraries": "Node.js Core Libraries",
"nodejs-core-modules": "Node.js Core Modules",
"node-package-manager": "Node Package Manager",
"http-and-the-web-standards-model": "HTTP and the Web Standards Model",
"rest-api-and-web-services": "REST API and Web Services",
@@ -7377,10 +7377,10 @@
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
},
"module-intros": {
"nodejs-core-libraries": {
"nodejs-core-modules": {
"note": "Coming Late 2026",
"intro": [
"In this module, you will learn about common Node.js core libraries including the fs, os, path and more. Then you will get to practice what you have learned through workshops and labs and test your knowledge through a short quiz."
"In this module, you will learn about common Node.js core modules including the fs, os, path and more. Then you will get to practice what you have learned through workshops and labs and test your knowledge through a short quiz."
]
},
"node-package-manager": {

View File

@@ -13,7 +13,7 @@
]
},
{
"dashedName": "nodejs-core-libraries",
"dashedName": "nodejs-core-modules",
"comingSoon": true,
"blocks": []
},