aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2017-10-06 08:45:51 -0400
committerGitHub <noreply@github.com>2017-10-06 08:45:51 -0400
commit6375c9a3ae34cadd0d98e31ae1474fee26cf92ea (patch)
tree2e599f1216258bf12027a3ead67d11e031edb6c8 /guides/source/configuring.md
parent883d83bf727b23d9c9d10a3366441468d1273b02 (diff)
parentde2afdc457d63ee628b5cac4e7bb73812e016e38 (diff)
downloadrails-6375c9a3ae34cadd0d98e31ae1474fee26cf92ea.tar.gz
rails-6375c9a3ae34cadd0d98e31ae1474fee26cf92ea.tar.bz2
rails-6375c9a3ae34cadd0d98e31ae1474fee26cf92ea.zip
Merge pull request #30816 from ydakuka/cosmetic-fixes
Missing backquotes in the guides
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 0f87d73d6e..05bb9a96c2 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -391,7 +391,7 @@ by setting up a Rake task which runs
```
for all models and all boolean columns, after which the flag must be set to true
-by adding the following to your application.rb file:
+by adding the following to your `application.rb` file:
```ruby
Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
@@ -572,7 +572,7 @@ Defaults to `'signed cookie'`.
error should be raised for missing translations.
* `config.action_view.automatically_disable_submit_tag` determines whether
- submit_tag should automatically disable on click, this defaults to `true`.
+ `submit_tag` should automatically disable on click, 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`.