fix(curriculum): typo in dependency management tools lecture dashedname (#59484)

This commit is contained in:
Jessica Wilkins
2025-03-31 11:05:55 -07:00
committed by GitHub
parent 4b8dff6561
commit a28c768180
7 changed files with 4 additions and 4 deletions

View File

@@ -3478,7 +3478,7 @@
},
"ffpt": { "title": "279", "intro": [] },
"lrof": { "title": "280", "intro": [] },
"lecture-routing-react-frameworks-and-dependecy-management-tools": {
"lecture-routing-react-frameworks-and-dependency-management-tools": {
"title": "Routing, React Frameworks, and Dependency Management Tools",
"intro": [
"In these lecture videos, you will learn about routing in React, React frameworks, and dependency management tools."

View File

@@ -1,6 +1,6 @@
---
title: Introduction to Routing, React Frameworks, and Dependency Management Tools
block: lecture-routing-react-frameworks-and-dependecy-management-tools
block: lecture-routing-react-frameworks-and-dependency-management-tools
superBlock: full-stack-developer
---

View File

@@ -3,7 +3,7 @@
"blockType": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": true,
"dashedName": "lecture-routing-react-frameworks-and-dependecy-management-tools",
"dashedName": "lecture-routing-react-frameworks-and-dependency-management-tools",
"superBlock": "full-stack-developer",
"challengeOrder": [
{

View File

@@ -597,7 +597,7 @@
"dashedName": "lecture-working-with-data-fetching-and-memoization-in-react"
},
{
"dashedName": "lecture-routing-react-frameworks-and-dependecy-management-tools"
"dashedName": "lecture-routing-react-frameworks-and-dependency-management-tools"
},
{ "dashedName": "lecture-react-strategies-and-debugging" },
{ "dashedName": "review-react-forms-data-fetching-and-routing" },