aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorHank Beaver <hbeaver@gmail.com>2015-04-15 10:46:02 -0400
committerHank Beaver <hbeaver@gmail.com>2015-04-15 10:46:02 -0400
commit62a5d8ad08d0181c2243d7febe66b4d336cf133d (patch)
tree6601f698c1cd77fc2bbfd9c946d5e614c97500f2 /guides
parentc0939a5038d11ba3b5580ac87dd996cf85c03daa (diff)
downloadrails-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')
-rw-r--r--guides/source/asset_pipeline.md2
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.