diff --git a/lib/i18n/config.rb b/lib/i18n/config.rb index 43c51280..9878e02e 100644 --- a/lib/i18n/config.rb +++ b/lib/i18n/config.rb @@ -106,7 +106,7 @@ def missing_interpolation_argument_handler # if you don't care about arity. # # == Example: - # You can supress raising an exception and return string instead: + # You can suppress raising an exception and return string instead: # # I18n.config.missing_interpolation_argument_handler = Proc.new do |key| # "#{key} is missing"