Skip to content

Commit a77accd

Browse files
authored
Merge pull request #412 from iverenshaguy/patch-1
Change tomateos to tomatoes on line 141
2 parents 88f0cf3 + f2f34a8 commit a77accd

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/07-map-set-weakmap-weakset

1 file changed

+1
-1
lines changed

1-js/05-data-types/07-map-set-weakmap-weakset/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ let recipeMap = new Map([
138138
139139
// iterate over keys (vegetables)
140140
for (let vegetable of recipeMap.keys()) {
141-
alert(vegetable); // cucumber, tomateos, onion
141+
alert(vegetable); // cucumber, tomatoes, onion
142142
}
143143
144144
// iterate over values (amounts)

0 commit comments

Comments
 (0)