From 740d257d8c222941efb9f07ca338d4945dbfd445 Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Wed, 6 May 2015 21:24:29 -0700 Subject: [PATCH] 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",