Skip to content

Commit

Permalink
Fix typo in CheckoutController comment
Browse files Browse the repository at this point in the history
Change 'We current allow' to 'We currently allow'
  • Loading branch information
James Gayfer committed Mar 15, 2018
1 parent d803ee9 commit 6984798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/controllers/spree/checkout_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def update_params
if update_params = massaged_params[:order]
update_params.permit(permitted_checkout_attributes)
else
# We current allow update requests without any parameters in them.
# We currently allow update requests without any parameters in them.
{}
end
end
Expand Down

0 comments on commit 6984798

Please sign in to comment.