aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorschneems <richard.schneeman@gmail.com>2014-08-02 15:48:37 -0500
committerschneems <richard.schneeman@gmail.com>2014-08-02 15:48:37 -0500
commitdc1a6614dca69a8ec7a368c5a0d7bc32660c1c1d (patch)
treef4158c8bd21bed6287346ab65932ae599e3cbc57 /guides/source
parentffd5ec8741c39c05e8ee5b4cc708d52fd11b7486 (diff)
downloadrails-dc1a6614dca69a8ec7a368c5a0d7bc32660c1c1d.tar.gz
rails-dc1a6614dca69a8ec7a368c5a0d7bc32660c1c1d.tar.bz2
rails-dc1a6614dca69a8ec7a368c5a0d7bc32660c1c1d.zip
[ci skip] fix markdown
Diffstat (limited to 'guides/source')
-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 13020fb286..6e897d1714 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -137,7 +137,7 @@ numbers. New applications filter out passwords by adding the following `config.f
* `config.assets.enabled` a flag that controls whether the asset
pipeline is enabled. It is set to true by default.
-*`config.assets.raise_runtime_errors`* Set this flag to `true` to enable additional runtime error checking. Recommended in `config/environments/development.rb` to minimize unexpected behavior when deploying to `production`.
+* `config.assets.raise_runtime_errors`* Set this flag to `true` to enable additional runtime error checking. Recommended in `config/environments/development.rb` to minimize unexpected behavior when deploying to `production`.
* `config.assets.compress` a flag that enables the compression of compiled assets. It is explicitly set to true in `config/environments/production.rb`.