diff --git a/src/locales/en/commerce/department.ts b/src/locales/en/commerce/department.ts index 61c838c1856..070190ad44f 100644 --- a/src/locales/en/commerce/department.ts +++ b/src/locales/en/commerce/department.ts @@ -16,7 +16,7 @@ export default [ 'Baby', 'Clothing', 'Shoes', - 'Jewelery', + 'Jewelry', 'Sports', 'Outdoors', 'Automotive', diff --git a/src/locales/en/food/fruit.ts b/src/locales/en/food/fruit.ts index e593a09ff65..c8624838913 100644 --- a/src/locales/en/food/fruit.ts +++ b/src/locales/en/food/fruit.ts @@ -53,7 +53,7 @@ export default [ 'papaw', 'papaya', 'passionfruit', - 'peache', + 'peach', 'pear', 'pineapple', 'plum', diff --git a/src/locales/en/food/ingredient.ts b/src/locales/en/food/ingredient.ts index ba061184475..57b0f9557eb 100644 --- a/src/locales/en/food/ingredient.ts +++ b/src/locales/en/food/ingredient.ts @@ -354,7 +354,8 @@ export default [ 'pumpkin seed', 'purple carrot', 'purple rice', - 'quark quinc', + 'quark', + 'quince', 'quinoa', 'radicchio', 'radish', diff --git a/test/modules/__snapshots__/food.spec.ts.snap b/test/modules/__snapshots__/food.spec.ts.snap index e14d033bc08..d786d250921 100644 --- a/test/modules/__snapshots__/food.spec.ts.snap +++ b/test/modules/__snapshots__/food.spec.ts.snap @@ -10,7 +10,7 @@ exports[`food > 42 > ethnicCategory 1`] = `"Gujarati"`; exports[`food > 42 > fruit 1`] = `"fig"`; -exports[`food > 42 > ingredient 1`] = `"flat mushrooms"`; +exports[`food > 42 > ingredient 1`] = `"flathead"`; exports[`food > 42 > meat 1`] = `"goose"`; @@ -20,7 +20,7 @@ exports[`food > 42 > vegetable 1`] = `"cos lettuce"`; exports[`food > 1211 > adjective 1`] = `"tender"`; -exports[`food > 1211 > description 1`] = `"Three cherries with onion, pumpkin, parsnip, purple carrot and soy flour. With a side of baked prune, and your choice of cayenne or capsicum."`; +exports[`food > 1211 > description 1`] = `"Three cherries with onion, pumpkin, parsnip, purple carrot and soy beans. With a side of baked prune, and your choice of celery or capsicum."`; exports[`food > 1211 > dish 1`] = `"Sushi"`; @@ -40,7 +40,7 @@ exports[`food > 1337 > adjective 1`] = `"fluffy"`; exports[`food > 1337 > description 1`] = `"A slow-roasted Cory's Shearwater with a fresh, fluffy exterior. Stuffed with orange and covered in fingerlime sauce. Sides with bok choy puree and wild english spinach."`; -exports[`food > 1337 > dish 1`] = `"Egyptian Dates Soup"`; +exports[`food > 1337 > dish 1`] = `"Egyptian Dill Soup"`; exports[`food > 1337 > ethnicCategory 1`] = `"Czech"`;