diff options
| author | Matt Mayer <[email protected]> | 2024-04-15 05:06:19 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-14 22:06:19 +0000 |
| commit | 734a7f3d55d1233d8182585bb79d2013f0ce289e (patch) | |
| tree | c59a66123151127a04d3a33a24de0df3d838ac0d | |
| parent | 1b62083db6feff53cc0ee1bdf0737d60bdbbf222 (diff) | |
| download | faker-734a7f3d55d1233d8182585bb79d2013f0ce289e.tar.xz faker-734a7f3d55d1233d8182585bb79d2013f0ce289e.zip | |
fix(locale): misc spelling errors in commerce & food (#2809)
| -rw-r--r-- | src/locales/en/commerce/department.ts | 2 | ||||
| -rw-r--r-- | src/locales/en/food/fruit.ts | 2 | ||||
| -rw-r--r-- | src/locales/en/food/ingredient.ts | 3 | ||||
| -rw-r--r-- | test/modules/__snapshots__/food.spec.ts.snap | 6 |
4 files changed, 7 insertions, 6 deletions
diff --git a/src/locales/en/commerce/department.ts b/src/locales/en/commerce/department.ts index 61c838c1..070190ad 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 e593a09f..c8624838 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 ba061184..57b0f955 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 e14d033b..d786d250 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"`; |
