From bebc7440815af58a80f1c92316043201f3e517a4 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Mon, 19 Dec 2016 20:20:10 -0500 Subject: Capitalize Thor gem name [ci skip] --- railties/lib/rails/command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails/command.rb') diff --git a/railties/lib/rails/command.rb b/railties/lib/rails/command.rb index 6065e78fd1..e8497579ae 100644 --- a/railties/lib/rails/command.rb +++ b/railties/lib/rails/command.rb @@ -37,7 +37,7 @@ module Rails end end - # Rails finds namespaces similar to thor, it only adds one rule: + # Rails finds namespaces similar to Thor, it only adds one rule: # # Command names must end with "_command.rb". This is required because Rails # looks in load paths and loads the command just before it's going to be used. -- cgit v1.2.3