Skip to content

Commit

Permalink
[TYPO] explictly -> explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Jun 9, 2022
1 parent 0fc1f1d commit 08e5775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/i18n/exceptions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def initialize(method)
been set is likely to display text from the wrong locale to some users.
If you have a legitimate reason to access i18n data outside of the user flow, you can do so by passing
the desired locale explictly with the `locale` argument, e.g. `I18n.#{method}(..., locale: :en)`
the desired locale explicitly with the `locale` argument, e.g. `I18n.#{method}(..., locale: :en)`
MESSAGE
end
end
Expand Down

0 comments on commit 08e5775

Please sign in to comment.