diff --git a/app/views/form/check_answers.html.erb b/app/views/form/check_answers.html.erb
index 9caebef04..46a945017 100644
--- a/app/views/form/check_answers.html.erb
+++ b/app/views/form/check_answers.html.erb
@@ -32,7 +32,7 @@
<%= f.govuk_submit "Save and return to log" do %>
<% next_incomplete_section_redirect_path = @log.form.next_incomplete_section_redirect_path(subsection, @log) %>
<% if @log.status == "in_progress" && next_incomplete_section_redirect_path != "error" %>
- <%= govuk_button_link_to "Save and go to next incomplete section", send(next_incomplete_section_path(@log,next_incomplete_section_redirect_path), @log), secondary: true %>
+ <%= govuk_button_link_to "Save and go to next incomplete section", send(next_incomplete_section_path(@log, next_incomplete_section_redirect_path), @log), secondary: true %>
<% end %>
<% end %>
<% end %>