aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-02-02 14:23:23 +0100
committerKasper Timm Hansen <kaspth@gmail.com>2016-02-02 14:23:23 +0100
commit85298f5a4e2c4744fb41ef15da3939167e2efbbf (patch)
treeaaf46dd3a1fde9b814b7c46788ee36ce0f613f43
parent7710d7f432ca776885a346346ccf0971e80b7a34 (diff)
parentac1427d6ca8afbf2cd4245f994084b30ed256581 (diff)
downloadrails-85298f5a4e2c4744fb41ef15da3939167e2efbbf.tar.gz
rails-85298f5a4e2c4744fb41ef15da3939167e2efbbf.tar.bz2
rails-85298f5a4e2c4744fb41ef15da3939167e2efbbf.zip
Merge pull request #23426 from RyanNielson/patch-1
Change command_task.rb to commands_task.rb in docs
-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