aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorjoeellis <joe@squarefour.net>2011-07-14 09:17:29 -0700
committerjoeellis <joe@squarefour.net>2011-07-14 09:17:29 -0700
commitcd8530db3c9930eb3c989ea6ad0cc57fa1821c18 (patch)
tree2b53a41a2026e3f2b6f7fdd6d91f2bca2fd1dce5 /railties
parentc7359e3267fd0a40da59152871a0a05307e98b3a (diff)
downloadrails-cd8530db3c9930eb3c989ea6ad0cc57fa1821c18.tar.gz
rails-cd8530db3c9930eb3c989ea6ad0cc57fa1821c18.tar.bz2
rails-cd8530db3c9930eb3c989ea6ad0cc57fa1821c18.zip
Minor grammar mistake
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/asset_pipeline.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/asset_pipeline.textile b/railties/guides/source/asset_pipeline.textile
index 640d02f6c1..522a223c4b 100644
--- a/railties/guides/source/asset_pipeline.textile
+++ b/railties/guides/source/asset_pipeline.textile
@@ -100,7 +100,7 @@ Assets can be placed inside an application in one of three locations: +app/asset
+vendor/assets+ is for assets that are owned by outside entities, such as code for JavaScript plugins.
-All subdirectories that exists within these three locations will be added to the search path for Sprockets (visible by calling +Rails.application.config.assets.paths+ in a console). When an asset is requested, these paths will be looked through to see if they contain an asset matching the name specified. Once an asset has been found, it's processed by Sprockets and served.
+All subdirectories that exist within these three locations will be added to the search path for Sprockets (visible by calling +Rails.application.config.assets.paths+ in a console). When an asset is requested, these paths will be looked through to see if they contain an asset matching the name specified. Once an asset has been found, it's processed by Sprockets and served.
h4. Coding links to Assets