mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 22:00:19 -04:00
feat(curriculum): add intro and set isUpcomingChange to false for Block6 (#57721)
Co-authored-by: Naomi <accounts+github@nhcarrigan.com>
This commit is contained in:
@@ -1607,7 +1607,9 @@
|
||||
},
|
||||
"learn-future-continuous-while-describing-actions": {
|
||||
"title": "Learn Future Continuous while Describing Actions",
|
||||
"intro": ["", ""]
|
||||
"intro": [
|
||||
"In this course, you will learn to use the Future Continuous tense, and how to describe actions to be performed."
|
||||
]
|
||||
},
|
||||
"learn-how-to-use-conditionals": {
|
||||
"title": "Learn How to Use Conditionals",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Learn Future Continuous while Describing Actions",
|
||||
"isUpcomingChange": true,
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "learn-future-continuous-while-describing-actions",
|
||||
"order": 5,
|
||||
"superBlock": "b1-english-for-developers",
|
||||
|
||||
Reference in New Issue
Block a user