fix(i18n): add punctuation to intro text (#58935)

Co-authored-by: hv90 <hugo.machado@macetado.com>
This commit is contained in:
Hugo Almeida 2025-02-21 18:23:43 -03:00 committed by GitHub
parent 1a6a2ed646
commit 62c9fd606d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2921,7 +2921,7 @@
"workshop-library-manager": {
"title": "Build a Library Manager",
"intro": [
"In this workshop, you will learn higher order array methods by building a library manager"
"In this workshop, you will learn higher order array methods by building a library manager."
]
},
"lab-book-organizer": {
@ -3171,7 +3171,7 @@
"lecture-working-with-maps-and-sets": {
"title": "Working with Maps and Sets",
"intro": [
"In these lecture videos, you will learn about JavaScript <code>Map</code> and <code>Set</code>. You will also learn how they both differ from <code>WeakSets</code> and <code>WeakMaps</code>"
"In these lecture videos, you will learn about JavaScript <code>Map</code> and <code>Set</code>. You will also learn how they both differ from <code>WeakSets</code> and <code>WeakMaps</code>."
]
},
"workshop-plant-nursery-catalog": {