fix(curriculum): description for working with media lecture block. (#56911)

This commit is contained in:
Chibuike Chijioke 2024-10-27 09:10:39 +01:00 committed by GitHub
parent c9a0625d2c
commit a67999243a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1726,7 +1726,9 @@
},
"lecture-working-with-media": {
"title": "Working with Media",
"intro": ["Learn about using media in HTML with these lecture videos."]
"intro": [
"In these lecture videos, you will learn how to work with the <code>audio</code> and <code>video</code> elements as well as with SVG's and more."
]
},
"lab-video-compilation-page": {
"title": "Build a Video Compilation Page",