Skip to content

Commit

Permalink
Fixed a minimal typo in a comment
Browse files Browse the repository at this point in the history
Just simply commenting in the suggested pattern for writing to devise and simple form caused an error due to a closing brace in the wrong place.
  • Loading branch information
jawa committed Sep 12, 2014
1 parent eb2423c commit 268a36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/i18n-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data:
# key => file routes, matched top to bottom
write:
## E.g., write devise and simple form keys to their respective files
# - ['{devise, simple_form}.*', 'config/locales/\1.%{locale.yml}']
# - ['{devise, simple_form}.*', 'config/locales/\1.%{locale}.yml']
# Catch-all
- config/locales/%{locale}.yml
# `i18n-tasks normalize -p` will force move the keys according to these rules
Expand Down

0 comments on commit 268a36a

Please sign in to comment.