mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Correct small typo.
* files are written to hard "disk" not "disc".
This commit is contained in:
parent
c0939a5038
commit
62a5d8ad08
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue