We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
explictly
explicitly
1 parent 0fc1f1d commit 08e5775Copy full SHA for 08e5775
lib/i18n/exceptions.rb
@@ -24,7 +24,7 @@ def initialize(method)
24
been set is likely to display text from the wrong locale to some users.
25
26
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)`
+ the desired locale explicitly with the `locale` argument, e.g. `I18n.#{method}(..., locale: :en)`
28
MESSAGE
29
end
30
0 commit comments