aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-04-26 20:54:07 -0400
committerJon Moss <maclover7@users.noreply.github.com>2016-04-26 20:54:07 -0400
commit791bdf6fb350b5cb272e4277c1b2b3d04beb7a35 (patch)
tree0d9d02db06d88b575923692909d25af8c466f2f1
parentcacded5a0e0acc0582c2778b9dd8df684451ad53 (diff)
parent46e6a0c68c1dd37fe5a072fee3231ed58f0cc7ca (diff)
downloadrails-791bdf6fb350b5cb272e4277c1b2b3d04beb7a35.tar.gz
rails-791bdf6fb350b5cb272e4277c1b2b3d04beb7a35.tar.bz2
rails-791bdf6fb350b5cb272e4277c1b2b3d04beb7a35.zip
Merge pull request #24747 from Erol/fix-configuration-guide-typo
Fix typo in Configuration Guide [ci skip]
-rw-r--r--guides/source/configuring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 57a758eea1..bb07bc2ca1 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -480,7 +480,7 @@ encrypted cookies salt value. Defaults to `'signed encrypted cookie'`.
* `config.action_view.automatically_disable_submit_tag` determines whether
submit_tag should automatically disable on click, this defaults to true.
-* `config.action_view.debug_missing_translation` determins whether to wrap the missing translations key in a `<span>` tag or not. This defaults to true.
+* `config.action_view.debug_missing_translation` determines whether to wrap the missing translations key in a `<span>` tag or not. This defaults to true.
### Configuring Action Mailer