From fd54d8449af7d1a3bada23f5475bdaa723304cd4 Mon Sep 17 00:00:00 2001 From: James Bush Date: Wed, 28 Jun 2017 12:54:18 -0400 Subject: Fix grammar for documentation of rails/command.rb [ci skip] --- guides/source/initialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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. -- cgit v1.2.3