1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix a small typo

This commit is contained in:
Przemek Hocke 2012-09-21 03:40:49 +02:00
parent 920abaa52d
commit deed3f9975

View file

@ -490,7 +490,7 @@ Each task should be defined in next format (dependencies are optional):
<ruby>
desc "I am short, but comprehensive description for my cool task"
task :task_name => [:prerequisite_task, :another_task_we_depend_on] do
# All your magick here
# All your magic here
# Any valid Ruby code is allowed
end
</ruby>