aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRyan Nielson <ryan.nielson@gmail.com>2016-02-02 09:20:10 -0400
committerRyan Nielson <ryan.nielson@gmail.com>2016-02-02 09:20:10 -0400
commitac1427d6ca8afbf2cd4245f994084b30ed256581 (patch)
treeaaf46dd3a1fde9b814b7c46788ee36ce0f613f43 /guides
parent7710d7f432ca776885a346346ccf0971e80b7a34 (diff)
downloadrails-ac1427d6ca8afbf2cd4245f994084b30ed256581.tar.gz
rails-ac1427d6ca8afbf2cd4245f994084b30ed256581.tar.bz2
rails-ac1427d6ca8afbf2cd4245f994084b30ed256581.zip
Change command_task.rb to commands_task.rb in docs
The initialization documentation references `rails/commands/command_task.rb`. This appears to be a typo as the file is actually `rails/commands/commands_task.rb`.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/initialization.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/initialization.md b/guides/source/initialization.md
index 6232ef4c57..156f9c92b4 100644
--- a/guides/source/initialization.md
+++ b/guides/source/initialization.md
@@ -157,7 +157,7 @@ snippet.
If we had used `s` rather than `server`, Rails would have used the `aliases`
defined here to find the matching command.
-### `rails/commands/command_tasks.rb`
+### `rails/commands/commands_tasks.rb`
When one types a valid Rails command, `run_command!` a method of the same name
is called. If Rails doesn't recognize the command, it tries to run a Rake task