fix typo in config value [ci skip]

This commit is contained in:
yuuji.yaginuma 2015-12-19 11:37:54 +09:00
parent 0af3722335
commit 767427719e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
be true. Default value is `true`. For example in `application.rb`:
# in order to turn off missing key wrapping
config.action_view.debug_missing_tranlation = false
config.action_view.debug_missing_translation = false
*Sameer Rahmani*