fix(i18n): wrap semantic elements in <code> tags in intro.json (#56036)

pull/56045/head
Faiaz Azmain 2024-09-08 11:02:52 -04:00 committed by GitHub
parent a3fdd7b16c
commit a9acedbb67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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": [] },