From 8314c8ebb9f1d85fccb6c305ad1d868f98ea84f7 Mon Sep 17 00:00:00 2001 From: Evan Farrar Date: Sun, 29 May 2011 10:37:07 -0400 Subject: [PATCH] Typo in the asset pipeline guide. --- railties/guides/source/asset_pipeline.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.