diff options
author | Richard Schneeman <richard.schneeman+no-recruiters@gmail.com> | 2017-06-28 12:30:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-28 12:30:29 -0500 |
commit | da5dbada0464a9f1d17154f1cf9e51029b3efa48 (patch) | |
tree | 301a45a0a41c263eb4f8eee13c4814bbb91da844 /guides/source | |
parent | 2f36c9889a3696f4e8282b56cf344faa75cee334 (diff) | |
parent | fd54d8449af7d1a3bada23f5475bdaa723304cd4 (diff) | |
download | rails-da5dbada0464a9f1d17154f1cf9e51029b3efa48.tar.gz rails-da5dbada0464a9f1d17154f1cf9e51029b3efa48.tar.bz2 rails-da5dbada0464a9f1d17154f1cf9e51029b3efa48.zip |
Merge pull request #29613 from jajajames/jajajames-patch-1
Fix grammar for documentation of rails/command.rb [ci skip]
Diffstat (limited to 'guides/source')
-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. |