diff --git a/lib/spree/money_decorator.rb b/lib/spree/money_decorator.rb index e179343bc5..fed92b8210 100644 --- a/lib/spree/money_decorator.rb +++ b/lib/spree/money_decorator.rb @@ -1,6 +1,6 @@ Spree::Money.class_eval do - # return the currency symbol (on it's own) for the current default currency + # return the currency symbol (on its own) for the current default currency def self.currency_symbol Money.new(0, Spree::Config[:currency]).symbol end