mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-02 16:01:34 -04:00
fix(i18n): wrap semantic elements in <code> tags in intro.json (#56036)
This commit is contained in:
@@ -1730,7 +1730,7 @@
|
||||
"workshop-blog-page": {
|
||||
"title": "Build a Cat Blog Page",
|
||||
"intro": [
|
||||
"In this workshop, you will learn how to build an HTML only blog page using semantic elements including the main, nav, article and footer elements."
|
||||
"In this workshop, you will learn how to build an HTML only blog page using semantic elements including the <code>main</code>, <code>nav</code>, <code>article</code> and <code>footer</code> elements."
|
||||
]
|
||||
},
|
||||
"szcd": { "title": "13", "intro": [] },
|
||||
|
||||
Reference in New Issue
Block a user