From 0e9e9d62aaed7739bcf0fc41daf34fc4a66f051c Mon Sep 17 00:00:00 2001 From: Robert Krzyzanowski Date: Wed, 25 Feb 2015 00:25:58 -0600 Subject: fix typo [ci-skip] --- railties/lib/rails/paths.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/paths.rb b/railties/lib/rails/paths.rb index 5458036219..ebcaaaba46 100644 --- a/railties/lib/rails/paths.rb +++ b/railties/lib/rails/paths.rb @@ -7,7 +7,7 @@ module Rails # root = Root.new "/rails" # root.add "app/controllers", eager_load: true # - # The command above creates a new root object and add "app/controllers" as a path. + # The command above creates a new root object and adds "app/controllers" as a path. # This means we can get a Rails::Paths::Path object back like below: # # path = root["app/controllers"] -- cgit v1.2.3