aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/initialization.md
diff options
context:
space:
mode:
authorJames Bush <jamesbvsh@gmail.com>2017-06-28 12:54:18 -0400
committerJames Bush <jbush@developertown.com>2017-06-28 13:06:57 -0400
commitfd54d8449af7d1a3bada23f5475bdaa723304cd4 (patch)
tree301a45a0a41c263eb4f8eee13c4814bbb91da844 /guides/source/initialization.md
parent2f36c9889a3696f4e8282b56cf344faa75cee334 (diff)
downloadrails-fd54d8449af7d1a3bada23f5475bdaa723304cd4.tar.gz
rails-fd54d8449af7d1a3bada23f5475bdaa723304cd4.tar.bz2
rails-fd54d8449af7d1a3bada23f5475bdaa723304cd4.zip
Fix grammar for documentation of rails/command.rb [ci skip]
Diffstat (limited to 'guides/source/initialization.md')
-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 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.