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