grammar correction for rails/paths #add method arguments

This commit is contained in:
Matt Jankowski 2011-07-12 10:20:42 -04:00
parent 2f30fb03bb
commit 85dd1dd663
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ module Rails
# root.add "config/routes", :with => "config/routes.rb"
# root["config/routes"].inspect # => ["config/routes.rb"]
#
# #add also accepts the following options as argument: eager_load, autoload,
# autoload_once and glob.
# The #add method accepts the following options as arguments:
# eager_load, autoload, autoload_once and glob.
#
# Finally, the Path object also provides a few helpers:
#