aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorEvan Farrar <evanfarrar@gmail.com>2011-05-29 10:37:07 -0400
committerEvan Farrar <evanfarrar@gmail.com>2011-05-29 10:37:07 -0400
commit8314c8ebb9f1d85fccb6c305ad1d868f98ea84f7 (patch)
treeac1127c8a478e7686fcc3eff99c6c19ab3ba7ea1 /railties/guides
parent1962217e42319d70250d017397849990c5b981e0 (diff)
downloadrails-8314c8ebb9f1d85fccb6c305ad1d868f98ea84f7.tar.gz
rails-8314c8ebb9f1d85fccb6c305ad1d868f98ea84f7.tar.bz2
rails-8314c8ebb9f1d85fccb6c305ad1d868f98ea84f7.zip
Typo in the asset pipeline guide.
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 74e26ccc71..ffe6bd9529 100644
--- a/railties/guides/source/asset_pipeline.textile
+++ b/railties/guides/source/asset_pipeline.textile
@@ -30,4 +30,4 @@ h3. Packaging Assets with Your Plugin
h3. More on Sprockets
-Sprockets is the engine that handles the asset pipeline in Rails 3.1 and above. Their offical website is avaialbe at "http://getsprockets.org/":http://getsprockets.org/ and the source code is "on github":https://github.com/sstephenson/sprockets.
+Sprockets is the engine that handles the asset pipeline in Rails 3.1 and above. Their offical website is available at "http://getsprockets.org/":http://getsprockets.org/ and the source code is "on github":https://github.com/sstephenson/sprockets.