From 62a5d8ad08d0181c2243d7febe66b4d336cf133d Mon Sep 17 00:00:00 2001 From: Hank Beaver Date: Wed, 15 Apr 2015 10:46:02 -0400 Subject: Correct small typo. * files are written to hard "disk" not "disc". --- guides/source/asset_pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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. -- cgit v1.2.3