mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-19 13:00:51 -04:00
fix(i18n): add punctuation to intro text (#58935)
Co-authored-by: hv90 <hugo.machado@macetado.com>
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user