diff options
author | Hank Beaver <hbeaver@gmail.com> | 2015-04-15 10:46:02 -0400 |
---|---|---|
committer | Hank Beaver <hbeaver@gmail.com> | 2015-04-15 10:46:02 -0400 |
commit | 62a5d8ad08d0181c2243d7febe66b4d336cf133d (patch) | |
tree | 6601f698c1cd77fc2bbfd9c946d5e614c97500f2 /guides/source | |
parent | c0939a5038d11ba3b5580ac87dd996cf85c03daa (diff) | |
download | rails-62a5d8ad08d0181c2243d7febe66b4d336cf133d.tar.gz rails-62a5d8ad08d0181c2243d7febe66b4d336cf133d.tar.bz2 rails-62a5d8ad08d0181c2243d7febe66b4d336cf133d.zip |
Correct small typo.
* files are written to hard "disk" not "disc".
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/asset_pipeline.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index d9dfd85860..4a610e8458 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -643,7 +643,7 @@ above. By default Rails assumes assets have been precompiled and will be served as static assets by your web server. During the precompilation phase an MD5 is generated from the contents of the -compiled files, and inserted into the filenames as they are written to disc. +compiled files, and inserted into the filenames as they are written to disk. These fingerprinted names are used by the Rails helpers in place of the manifest name. |