aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-09-02 08:44:06 -0700
committerZachary Scott <e@zzak.io>2014-09-02 08:44:06 -0700
commite9058482f0ca2ac8ecdf972605e7fbb97ee42bfe (patch)
treeb99429e59296e60e726bafb727902c53300cd03e
parentbff5ef624f3d3500f551ac9909bb9930ed0e5f36 (diff)
parent5bd1d0a80d54635e146f20ad733cceb4fdb338e1 (diff)
downloadrails-e9058482f0ca2ac8ecdf972605e7fbb97ee42bfe.tar.gz
rails-e9058482f0ca2ac8ecdf972605e7fbb97ee42bfe.tar.bz2
rails-e9058482f0ca2ac8ecdf972605e7fbb97ee42bfe.zip
Merge pull request #16772 from satoryu/master
Remove '*' which doesn't belong [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 8c452cc5ce..dbbd0c1aea 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`.