Skip to content

Commit 08e5775

Browse files
committed
[TYPO] explictly -> explicitly
1 parent 0fc1f1d commit 08e5775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/i18n/exceptions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def initialize(method)
2424
been set is likely to display text from the wrong locale to some users.
2525
2626
If you have a legitimate reason to access i18n data outside of the user flow, you can do so by passing
27-
the desired locale explictly with the `locale` argument, e.g. `I18n.#{method}(..., locale: :en)`
27+
the desired locale explicitly with the `locale` argument, e.g. `I18n.#{method}(..., locale: :en)`
2828
MESSAGE
2929
end
3030
end

0 commit comments

Comments
 (0)