From 86bb0b841023a4a2cbf6b8fc2b28bdb58c7bb903 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Thu, 19 Jan 2023 22:48:41 +0000 Subject: [PATCH] Fixed spelling of Neutral --- app/views/matches/_matchstats.html.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/matches/_matchstats.html.erb b/app/views/matches/_matchstats.html.erb index f74c61f..11b4459 100644 --- a/app/views/matches/_matchstats.html.erb +++ b/app/views/matches/_matchstats.html.erb @@ -55,11 +55,11 @@ <%= @wrestler1_name %> Choice
- + <%= @wrestler2_name %> Choice
- + @@ -213,7 +213,7 @@ redColor("w1-nf2"); redColor("w1-top"); redColor("w1-bottom"); - redColor("w1-nuetral"); + redColor("w1-neutral"); redColor("w1-defer"); redColor("w1-stalling"); redColor("w1-caution"); @@ -230,7 +230,7 @@ greenColor("w1-nf2"); greenColor("w1-top"); greenColor("w1-bottom"); - greenColor("w1-nuetral"); + greenColor("w1-neutral"); greenColor("w1-defer"); greenColor("w1-stalling"); greenColor("w1-caution"); @@ -247,7 +247,7 @@ redColor("w2-nf2"); redColor("w2-top"); redColor("w2-bottom"); - redColor("w2-nuetral"); + redColor("w2-neutral"); redColor("w2-defer"); redColor("w2-stalling"); redColor("w2-caution"); @@ -264,7 +264,7 @@ greenColor("w2-nf2"); greenColor("w2-top"); greenColor("w2-bottom"); - greenColor("w2-nuetral"); + greenColor("w2-neutral"); greenColor("w2-defer"); greenColor("w2-stalling"); greenColor("w2-caution");