Can't I make a PR without having to make 2 commits to fix my mistakes oh my god

This commit is contained in:
GrayRachnid
2019-11-27 22:52:21 -05:00
parent ad6684380c
commit b6df1126bb
@@ -33,7 +33,7 @@
size = "big"
if(ingredients.len>8)
size = "huge"
if(ingrenients.len>16)
if(ingredients.len>16)
size = "monster"
. += "It contains [ingredients.len?"[ingredients_listed]":"no ingredient, "]making a [size]-sized [initial(name)]."