mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-18 19:00:54 -04:00
feat(curriculum): add intro and set upcomingChange flag to false for block 5 of B1 (#57650)
This commit is contained in:
@@ -1601,7 +1601,9 @@
|
||||
},
|
||||
"learn-how-to-plan-future-events": {
|
||||
"title": "Learn How to Plan Future Events",
|
||||
"intro": ["", ""]
|
||||
"intro": [
|
||||
"In this course, you will learn to use the different forms of the future to plan for upcoming events."
|
||||
]
|
||||
},
|
||||
"learn-future-continuous-while-describing-actions": {
|
||||
"title": "Learn Future Continuous while Describing Actions",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Learn How to Plan Future Events",
|
||||
"isUpcomingChange": true,
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "learn-how-to-plan-future-events",
|
||||
"order": 4,
|
||||
"superBlock": "b1-english-for-developers",
|
||||
|
||||
Reference in New Issue
Block a user