Skip to content

Commit

Permalink
Update meal with missing ingredient
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed May 3, 2023
1 parent b172fb0 commit 23453fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meals.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const meals = [
},
{
name: 'Massa à bolonhesa',
ingredients: ['azeite', 'massa de espaguete', 'molho de tomate', 'cebola', 'alho'],
ingredients: ['lentilha', 'azeite', 'massa de espaguete', 'molho de tomate', 'cebola', 'alho'],
type: 'hot'
},
{
Expand Down

0 comments on commit 23453fe

Please sign in to comment.