aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorAndrew Olson <anolson@gmail.com>2011-08-31 14:18:01 -0400
committerAndrew Olson <anolson@gmail.com>2011-08-31 14:18:01 -0400
commit120b534d8e66a4b00764df3c08ff369c91756754 (patch)
treef7291657d09bf74b27af2db4b463cc2aef41a257 /railties/guides
parent30d65da17e5fb1cdd3f10a6d14f4295b57e26286 (diff)
downloadrails-120b534d8e66a4b00764df3c08ff369c91756754.tar.gz
rails-120b534d8e66a4b00764df3c08ff369c91756754.tar.bz2
rails-120b534d8e66a4b00764df3c08ff369c91756754.zip
Fixing spelling, throught -> through.
Diffstat (limited to 'railties/guides')
-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 96b11dbf63..76c8f520e5 100644
--- a/railties/guides/source/asset_pipeline.textile
+++ b/railties/guides/source/asset_pipeline.textile
@@ -15,7 +15,7 @@ h3. What is the Asset Pipeline?
The asset pipeline provides a framework to concatenate and minify or compress JavaScript and CSS assets. It also adds the ability to write these assets in other languages such as CoffeeScript, SCSS and ERB.
-Prior to Rails 3.1 these features were added through third-party Ruby libraries such as Jammit and Sprockets. Rails 3.1 is integrated with Sprockets throught ActionPack which depends on the +sprockets+ gem, by default.
+Prior to Rails 3.1 these features were added through third-party Ruby libraries such as Jammit and Sprockets. Rails 3.1 is integrated with Sprockets through ActionPack which depends on the +sprockets+ gem, by default.
By having this as a core feature of Rails, all developers can benefit from the power of having their assets pre-processed, compressed and minified by one central library, Sprockets. This is part of Rails' "Fast by default" strategy as outlined by DHH in his 2011 keynote at Railsconf.