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 /test/modules | |
| parent | 1b62083db6feff53cc0ee1bdf0737d60bdbbf222 (diff) | |
| download | faker-734a7f3d55d1233d8182585bb79d2013f0ce289e.tar.xz faker-734a7f3d55d1233d8182585bb79d2013f0ce289e.zip | |
fix(locale): misc spelling errors in commerce & food (#2809)
Diffstat (limited to 'test/modules')
| -rw-r--r-- | test/modules/__snapshots__/food.spec.ts.snap | 6 |
1 files changed, 3 insertions, 3 deletions
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"`; |
