From 96483742f7c69726a2ff028754851b2e96c2840f Mon Sep 17 00:00:00 2001
From: ArtOfCode- <hello@artofcode.co.uk>
Date: Sat, 16 May 2020 18:12:01 +0100
Subject: [PATCH] Fix typos

---
 app/views/answers/edit.html.erb    | 2 +-
 app/views/questions/_form.html.erb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/views/answers/edit.html.erb b/app/views/answers/edit.html.erb
index 3c0486c73..84b984f4e 100644
--- a/app/views/answers/edit.html.erb
+++ b/app/views/answers/edit.html.erb
@@ -21,7 +21,7 @@
   <div class="form-group">
     <%= label_tag :edit_comment, 'Edit comment', class: "form-element" %>
     <div class="form-caption">
-      Describe—if neccessary—what you are changing and why you are making this edit.
+      Describe—if necessary—what you are changing and why you are making this edit.
     </div>
     <%= text_field_tag :edit_comment, params[:edit_comment], class: 'form-element' %>
   </div>
diff --git a/app/views/questions/_form.html.erb b/app/views/questions/_form.html.erb
index 8e1e688ae..5b90d5e14 100644
--- a/app/views/questions/_form.html.erb
+++ b/app/views/questions/_form.html.erb
@@ -44,7 +44,7 @@
     <div class="form-group">
       <%= label_tag :edit_comment, 'Edit comment', class: "form-element" %>
       <div class="form-caption">
-        Describe&mdash;if neccessary&mdash;what you are changing and why you are making this edit.
+        Describe&mdash;if necessary&mdash;what you are changing and why you are making this edit.
       </div>
       <%= text_field_tag :edit_comment, params[:edit_comment], class: 'form-element' %>
     </div>
-- 
GitLab