Merge pull request #412 from iverenshaguy/patch-1
Change tomateos to tomatoes on line 141
This commit is contained in:
commit
a77accd3f7
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ let recipeMap = new Map([
|
||||||
|
|
||||||
// iterate over keys (vegetables)
|
// iterate over keys (vegetables)
|
||||||
for (let vegetable of recipeMap.keys()) {
|
for (let vegetable of recipeMap.keys()) {
|
||||||
alert(vegetable); // cucumber, tomateos, onion
|
alert(vegetable); // cucumber, tomatoes, onion
|
||||||
}
|
}
|
||||||
|
|
||||||
// iterate over values (amounts)
|
// iterate over values (amounts)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue