Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb committed Apr 14, 2024
1 parent 16b2ca2 commit ddddb4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/meals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const meals: Meals[] = [
{
title: "Friday's dinner",
provider: 'Bar de la FIB',
mealTitle: 'Warm Bocatas',
mealTitle: 'Warm bocadillos',
mealDescription: [
{
nameMeal: 'Croquetas',
Expand Down Expand Up @@ -67,7 +67,7 @@ export const meals: Meals[] = [
},
{
title: 'Saturday Breakfast',
mealTitle: 'Cold bocadillo and pasteries',
mealTitle: 'Cold bocadillos and pastries',
mealDescription: [
{
nameMeal: 'Bocatas',
Expand Down Expand Up @@ -160,7 +160,7 @@ export const meals: Meals[] = [
},
{
title: 'Sunday Breakfast',
mealTitle: 'Cold bocadillos and pasteries',
mealTitle: 'Cold bocadillos and pastries',
mealDescription: [
{
nameMeal: 'Bocatas',
Expand Down

0 comments on commit ddddb4f

Please sign in to comment.