Merge pull request #14653 from vdmgolub/patch-1

Guides: minor typo fixed in Asset Pipeline guide
This commit is contained in:
Arun Agrawal 2014-04-09 07:59:28 +05:30
commit e1178297ae

@ -245,7 +245,7 @@ When a file is referenced from a manifest or a helper, Sprockets searches the
three default asset locations for it.
The default locations are: the `images`, `javascripts` and `stylesheets`
directories under the `apps/assets` folder, but these subdirectories
directories under the `app/assets` folder, but these subdirectories
are not special - any path under `assets/*` will be searched.
For example, these files: