aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-04-20 00:18:25 +0530
committerVipul A M <vipulnsward@gmail.com>2016-04-20 00:18:25 +0530
commitefb98e138fbbdca65501cc1770398adc6f621ba1 (patch)
tree08c00c18488f8720f448870633d7ec24e079c230 /guides
parent68ece40a383863c4bc63a4bc13a207ac016ab8c5 (diff)
downloadrails-efb98e138fbbdca65501cc1770398adc6f621ba1.tar.gz
rails-efb98e138fbbdca65501cc1770398adc6f621ba1.tar.bz2
rails-efb98e138fbbdca65501cc1770398adc6f621ba1.zip
s/determins/determines/
[ci skip]
Diffstat (limited to 'guides')
-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 50487a5356..39615051d4 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