Skip to content

Commit 8e4164a

Browse files
committed
[TYPO] optoins -> options
1 parent 08e5775 commit 8e4164a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/i18n/backend/fallbacks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def exists?(locale, key, options = EMPTY_HASH)
107107
private
108108

109109
# Overwrite on_fallback to add specified logic when the fallback succeeds.
110-
def on_fallback(_original_locale, _fallback_locale, _key, _optoins)
110+
def on_fallback(_original_locale, _fallback_locale, _key, _options)
111111
nil
112112
end
113113
end

0 commit comments

Comments
 (0)