From 7217179d1e03ab3d6ece4f3aa19fe29af2a496da Mon Sep 17 00:00:00 2001 From: ohbarye Date: Wed, 24 Oct 2018 01:16:02 +0900 Subject: Fix typo of duplicated `the` [ci skip] --- guides/source/i18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/i18n.md b/guides/source/i18n.md index eba71eec60..7465726dca 100644 --- a/guides/source/i18n.md +++ b/guides/source/i18n.md @@ -1105,7 +1105,7 @@ For several reasons the Simple backend shipped with Active Support only does the That does not mean you're stuck with these limitations, though. The Ruby I18n gem makes it very easy to exchange the Simple backend implementation with something else that fits better for your needs, by passing a backend instance to the `I18n.backend=` setter. -For example, you can replace the Simple backend with the the Chain backend to chain multiple backends together. This is useful when you want to use standard translations with a Simple backend but store custom application translations in a database or other backends. +For example, you can replace the Simple backend with the Chain backend to chain multiple backends together. This is useful when you want to use standard translations with a Simple backend but store custom application translations in a database or other backends. With the Chain backend, you could use the Active Record backend and fall back to the (default) Simple backend: -- cgit v1.2.3