Skip to content

Commit 734a7f3

Browse files
authored
fix(locale): misc spelling errors in commerce & food (#2809)
1 parent 1b62083 commit 734a7f3

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

src/locales/en/commerce/department.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default [
1616
'Baby',
1717
'Clothing',
1818
'Shoes',
19-
'Jewelery',
19+
'Jewelry',
2020
'Sports',
2121
'Outdoors',
2222
'Automotive',

src/locales/en/food/fruit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default [
5353
'papaw',
5454
'papaya',
5555
'passionfruit',
56-
'peache',
56+
'peach',
5757
'pear',
5858
'pineapple',
5959
'plum',

src/locales/en/food/ingredient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,8 @@ export default [
354354
'pumpkin seed',
355355
'purple carrot',
356356
'purple rice',
357-
'quark quinc',
357+
'quark',
358+
'quince',
358359
'quinoa',
359360
'radicchio',
360361
'radish',

test/modules/__snapshots__/food.spec.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exports[`food > 42 > ethnicCategory 1`] = `"Gujarati"`;
1010

1111
exports[`food > 42 > fruit 1`] = `"fig"`;
1212

13-
exports[`food > 42 > ingredient 1`] = `"flat mushrooms"`;
13+
exports[`food > 42 > ingredient 1`] = `"flathead"`;
1414

1515
exports[`food > 42 > meat 1`] = `"goose"`;
1616

@@ -20,7 +20,7 @@ exports[`food > 42 > vegetable 1`] = `"cos lettuce"`;
2020

2121
exports[`food > 1211 > adjective 1`] = `"tender"`;
2222

23-
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."`;
23+
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."`;
2424

2525
exports[`food > 1211 > dish 1`] = `"Sushi"`;
2626

@@ -40,7 +40,7 @@ exports[`food > 1337 > adjective 1`] = `"fluffy"`;
4040

4141
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."`;
4242

43-
exports[`food > 1337 > dish 1`] = `"Egyptian Dates Soup"`;
43+
exports[`food > 1337 > dish 1`] = `"Egyptian Dill Soup"`;
4444

4545
exports[`food > 1337 > ethnicCategory 1`] = `"Czech"`;
4646

0 commit comments

Comments
 (0)