diff --git a/app/views/posts/edit.html.erb b/app/views/posts/edit.html.erb
index a709566..4eb666d 100644
--- a/app/views/posts/edit.html.erb
+++ b/app/views/posts/edit.html.erb
@@ -6,7 +6,7 @@
<%= f.input :content, input_html: { class: "form-control"} %>
- <%= f.submit "Submit", disable_with: "Submiting...", class: "btn btn-primary"%>
+ <%= f.submit "Submit", disable_with: "Submitting...", class: "btn btn-primary"%>
<% end %>
diff --git a/app/views/posts/new.html.erb b/app/views/posts/new.html.erb
index 0b8e392..b65f8b3 100644
--- a/app/views/posts/new.html.erb
+++ b/app/views/posts/new.html.erb
@@ -6,7 +6,7 @@
<%= f.input :content, input_html: { class: "form-control"} %>
- <%= f.submit "Submit", disable_with: "Submiting...", class: "btn btn-primary"%>
+ <%= f.submit "Submit", disable_with: "Submitting...", class: "btn btn-primary"%>
<% end %>