Skip to content

Commit

Permalink
[TYPO] supress -> suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Jun 9, 2022
1 parent 3fb7abe commit 2c02b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/i18n/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c02b20

Please sign in to comment.