Skip to content

Commit f962ca2

Browse files
committed
Fix comment
1 parent 9023710 commit f962ca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/decorators/frontend/controllers/spree/checkout_controller_decorator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.prepended(base)
77
base.before_action :check_authorization
88

99
# This action builds some associations on the order, ex. addresses, which we
10-
# don't to build or save here.
10+
# don't want to build or save here.
1111
base.skip_before_action :setup_for_current_state, only: [:registration, :update_registration]
1212
end
1313

0 commit comments

Comments
 (0)