Skip to content

Commit 46bf9ee

Browse files
authored
Merge pull request rails#28047 from Erol/fix-i18n-documentation-typo
Fix typo in I18n Guide [ci skip]
2 parents f6723ce + 36176c5 commit 46bf9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ If your translations are stored in YAML files, certain keys must be escaped. The
417417
Examples:
418418

419419
```erb
420-
# confing/locales/en.yml
420+
# config/locales/en.yml
421421
en:
422422
success:
423423
'true': 'True!'

0 commit comments

Comments
 (0)