diff --git a/core/app/models/spree/promotion.rb b/core/app/models/spree/promotion.rb index 6511deed540..574dd01bc8f 100644 --- a/core/app/models/spree/promotion.rb +++ b/core/app/models/spree/promotion.rb @@ -170,7 +170,7 @@ def products rules.where(type: "Spree::Promotion::Rules::Product").flat_map(&:products).uniq end - # Whether the promotion has exceeded it's usage restrictions. + # Whether the promotion has exceeded its usage restrictions. # # @param excluded_orders [Array] Orders to exclude from usage limit # @return true or false