Fixes typo

This commit is contained in:
Rafael Mendonça França
2010-10-06 12:50:31 -03:00
parent d649bf158b
commit a0552d653b

View File

@@ -43,7 +43,7 @@ module Rails
# path.inspect #=> ["app/controllers", "lib/controllers"]
#
# Notice that when you add a path using #add, the path object created already
# contains te path with the same path value given to #add. In some situations,
# contains the path with the same path value given to #add. In some situations,
# you may not want this behavior, so you can give :with as option.
#
# root.add "config/routes", :with => "config/routes.rb"
@@ -202,4 +202,4 @@ module Rails
alias to_a expanded
end
end
end
end