aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorVesa Vänskä <vesan2000@gmail.com>2010-10-08 15:01:33 +0800
committerJosé Valim <jose.valim@gmail.com>2010-10-08 15:14:10 +0800
commitc3c6f58ffb4a27f843378d4cce45c52831fb2e37 (patch)
tree0b948201056e94a2ede1188d3aae3fc68d29b49e /railties
parent740d7e5aa2e778cd3cf87090745b37ee97dac618 (diff)
downloadrails-c3c6f58ffb4a27f843378d4cce45c52831fb2e37.tar.gz
rails-c3c6f58ffb4a27f843378d4cce45c52831fb2e37.tar.bz2
rails-c3c6f58ffb4a27f843378d4cce45c52831fb2e37.zip
Fixed rake task description typo
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/tasks/documentation.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/tasks/documentation.rake b/railties/lib/rails/tasks/documentation.rake
index 7aefbb49b0..edd716d7d0 100644
--- a/railties/lib/rails/tasks/documentation.rake
+++ b/railties/lib/rails/tasks/documentation.rake
@@ -47,7 +47,7 @@ namespace :doc do
rdoc.rdoc_files.include('app/**/*.rb')
rdoc.rdoc_files.include('lib/**/*.rb')
}
- Rake::Task['doc:app'].comment = "Generate docs for the app -- also availble doc:rails, doc:guides, doc:plugins (options: TEMPLATE=/rdoc-template.rb, TITLE=\"Custom Title\")"
+ Rake::Task['doc:app'].comment = "Generate docs for the app -- also available doc:rails, doc:guides, doc:plugins (options: TEMPLATE=/rdoc-template.rb, TITLE=\"Custom Title\")"
# desc 'Generate documentation for the Rails framework.'
RDocTaskWithoutDescriptions.new("rails") { |rdoc|