diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-04-29 12:27:27 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-04-29 12:27:27 -0600 |
commit | 90eb3746b289e79f38252f01ae127bc99085a9b9 (patch) | |
tree | a1dc86e7400346d54a447fc29492f9c3e68abedf /guides/source | |
parent | b1049e7fad57981f2f2b2c94c27d912e04cc965f (diff) | |
download | rails-90eb3746b289e79f38252f01ae127bc99085a9b9.tar.gz rails-90eb3746b289e79f38252f01ae127bc99085a9b9.tar.bz2 rails-90eb3746b289e79f38252f01ae127bc99085a9b9.zip |
Fix typos in asset_pipeline.md [ci skip]
Per discussion in #24786.
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/asset_pipeline.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index bb04e5e94c..93acebf000 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -1115,8 +1115,8 @@ assets. ### Serving GZipped version of assets By default, gzipped version of compiled assets will be generated, along -with the non-gzipped version of assets. Gzipped assets help reduce, the transmission of -date over the wire. You can configure this by setting the `gzip` flag. +with the non-gzipped version of assets. Gzipped assets help reduce the transmission of +data over the wire. You can configure this by setting the `gzip` flag. ```ruby config.assets.gzip = false # disable gzipped assets generation |