diff options
author | Erol Fornoles <erol.fornoles@gmail.com> | 2017-02-17 16:38:38 +0800 |
---|---|---|
committer | Erol Fornoles <erol.fornoles@gmail.com> | 2017-02-17 16:38:38 +0800 |
commit | 36176c51d363e0640c1f9820308c69602c0bee64 (patch) | |
tree | 774c63defed7051e9ab2e6608223d398e9fc7377 | |
parent | f6723ceb6a271e2b1de3e8941578b6315faa93c4 (diff) | |
download | rails-36176c51d363e0640c1f9820308c69602c0bee64.tar.gz rails-36176c51d363e0640c1f9820308c69602c0bee64.tar.bz2 rails-36176c51d363e0640c1f9820308c69602c0bee64.zip |
Fix typo in I18n Guide [ci skip]
-rw-r--r-- | guides/source/i18n.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md index 0b7cc055be..ed8cf8a344 100644 --- a/guides/source/i18n.md +++ b/guides/source/i18n.md @@ -417,7 +417,7 @@ If your translations are stored in YAML files, certain keys must be escaped. The Examples: ```erb -# confing/locales/en.yml +# config/locales/en.yml en: success: 'true': 'True!' |