From 8e4164aedb80b11bc83bfeb1d90b42841a1e67fa Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Thu, 9 Jun 2022 12:53:06 -0400 Subject: [PATCH] [TYPO] `optoins` -> `options` --- lib/i18n/backend/fallbacks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/i18n/backend/fallbacks.rb b/lib/i18n/backend/fallbacks.rb index 7afbfe3a..6d4d6e13 100644 --- a/lib/i18n/backend/fallbacks.rb +++ b/lib/i18n/backend/fallbacks.rb @@ -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