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:
parent
920abaa52d
commit
deed3f9975
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue