From 740d257d8c222941efb9f07ca338d4945dbfd445 Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Wed, 6 May 2015 21:24:29 -0700 Subject: [PATCH 1/3] Fix inflection of certain toppings. --- lib/toppings.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/toppings.js b/lib/toppings.js index 257a88f..220b0a2 100644 --- a/lib/toppings.js +++ b/lib/toppings.js @@ -6,7 +6,7 @@ export default [ "avocado", "bacon", "basil", - "bayleaf", + "bayleaves", "bbqchicken", "beans", "beef", @@ -57,7 +57,7 @@ export default [ "muenster", "mushrooms", "olives", - "onions", + "onion", "oregano", "oysters", "parley", @@ -81,7 +81,7 @@ export default [ "sausage", "scallions", "shallots", - "shrimps", + "shrimp", "snowpeas", "spinach", "squash", From 10ef5242d7abf1ccd28bdedea13897a3e101ac07 Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Wed, 6 May 2015 22:41:52 -0700 Subject: [PATCH 2/3] Fix spelling. --- lib/toppings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/toppings.js b/lib/toppings.js index 220b0a2..c4e3ca2 100644 --- a/lib/toppings.js +++ b/lib/toppings.js @@ -60,7 +60,7 @@ export default [ "onion", "oregano", "oysters", - "parley", + "parsley", "parmesan", "peanuts", "peas", From 0f9b59e4928a1588fe7f0defdf90ed84b6c4de84 Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Fri, 8 May 2015 02:06:03 -0700 Subject: [PATCH 3/3] Fix spelling. --- lib/toppings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/toppings.js b/lib/toppings.js index c4e3ca2..9facbb7 100644 --- a/lib/toppings.js +++ b/lib/toppings.js @@ -72,7 +72,7 @@ export default [ "prawn", "proscuitto", "provolone", - "ricota", + "ricotta", "romano", "roquefort", "rosemary",