From 70757cb2730b5e28085e97101d0f7a7538fac799 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 16 Jun 2005 06:12:15 +0000 Subject: Fix spelling git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1436 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/fresh_rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/fresh_rakefile b/railties/fresh_rakefile index 8c765e57e0..4219192034 100755 --- a/railties/fresh_rakefile +++ b/railties/fresh_rakefile @@ -16,7 +16,7 @@ task :environment do end end -desc "Generate API documentatio, show coding stats" +desc "Generate API documentation, show coding stats" task :doc => [ :appdoc, :stats ] -- cgit v1.2.3