aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/asset_pipeline.md
diff options
context:
space:
mode:
authorVadim Golub <vdmgolub@gmail.com>2014-04-09 02:54:42 +0300
committerVadim Golub <vdmgolub@gmail.com>2014-04-09 02:54:42 +0300
commitfec69b9b8d5b6f8fbc9b91a482f073ad7b5af282 (patch)
tree56f8110c403306d1570ac3fe06e53bbc7d8f6df3 /guides/source/asset_pipeline.md
parent30a41e76f6e21b3dbaf502331066d922b24304bf (diff)
downloadrails-fec69b9b8d5b6f8fbc9b91a482f073ad7b5af282.tar.gz
rails-fec69b9b8d5b6f8fbc9b91a482f073ad7b5af282.tar.bz2
rails-fec69b9b8d5b6f8fbc9b91a482f073ad7b5af282.zip
Guides: minor typo fixed [ci skip]
Diffstat (limited to 'guides/source/asset_pipeline.md')
-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 5bb895cb78..b2b739b4cc 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -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: