diff options
author | James Bush <jamesbvsh@gmail.com> | 2017-06-28 12:54:18 -0400 |
---|---|---|
committer | James Bush <jbush@developertown.com> | 2017-06-28 13:06:57 -0400 |
commit | fd54d8449af7d1a3bada23f5475bdaa723304cd4 (patch) | |
tree | 301a45a0a41c263eb4f8eee13c4814bbb91da844 /guides | |
parent | 2f36c9889a3696f4e8282b56cf344faa75cee334 (diff) | |
download | rails-fd54d8449af7d1a3bada23f5475bdaa723304cd4.tar.gz rails-fd54d8449af7d1a3bada23f5475bdaa723304cd4.tar.bz2 rails-fd54d8449af7d1a3bada23f5475bdaa723304cd4.zip |
Fix grammar for documentation of rails/command.rb [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/initialization.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/initialization.md b/guides/source/initialization.md index 3ea156c6fe..86aea2c24d 100644 --- a/guides/source/initialization.md +++ b/guides/source/initialization.md @@ -155,7 +155,7 @@ defined here to find the matching command. ### `rails/command.rb` When one types a Rails command, `invoke` tries to lookup a command for the given -namespace and executing the command if found. +namespace and executes the command if found. If Rails doesn't recognize the command, it hands the reins over to Rake to run a task of the same name. |