Skip to content

Commit

Permalink
[TYPO] optoins -> options
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Jun 9, 2022
1 parent 08e5775 commit 8e4164a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/i18n/backend/fallbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def exists?(locale, key, options = EMPTY_HASH)
private

# Overwrite on_fallback to add specified logic when the fallback succeeds.
def on_fallback(_original_locale, _fallback_locale, _key, _optoins)
def on_fallback(_original_locale, _fallback_locale, _key, _options)
nil
end
end
Expand Down

0 comments on commit 8e4164a

Please sign in to comment.