From 04141c62e21f066a50f51bef8f9b247dbc5c81f7 Mon Sep 17 00:00:00 2001 From: Steven Noble Date: Fri, 1 Oct 2010 06:02:04 -0700 Subject: [PATCH] Fixed typo. --- lib/compass/app_integration/rails/installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compass/app_integration/rails/installer.rb b/lib/compass/app_integration/rails/installer.rb index 2c6682a1..e3c7d110 100644 --- a/lib/compass/app_integration/rails/installer.rb +++ b/lib/compass/app_integration/rails/installer.rb @@ -38,7 +38,7 @@ module Compass Congratulations! Your rails project has been configured to use Compass. Just one more thing left to do: Register the compass gem. -In Rails 2.2 & 2.3, add the following to your evironment.rb: +In Rails 2.2 & 2.3, add the following to your environment.rb: config.gem "compass", :version => ">= #{Compass::VERSION}"