aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionview/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index a397ac4417..e26e7337e4 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -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*