fix: correct typo in Lightbox Viewer lab intro (#60697)

This commit is contained in:
kellbosu 2025-06-04 03:32:02 -04:00 committed by GitHub
parent f5e3a09dc6
commit 09986313d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3117,7 +3117,7 @@
"lab-lightbox-viewer": {
"title": "Build a Lightbox Viewer",
"intro": [
"In this lab, you'll build a lighbox viewer for viewing images in a focused mode.",
"In this lab, you'll build a lightbox viewer for viewing images in a focused mode.",
"You'll practice click events and toggling classes."
]
},