From 1fee2fb996229236fb236bcef423930fdf1dfe2d Mon Sep 17 00:00:00 2001 From: "Thomas R. Koll" Date: Sun, 24 May 2009 11:46:10 +0200 Subject: Fixed a typo Writing "form element" instead of "FORM element" --- actionpack/lib/action_view/helpers/url_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb index 2309ff962d..2ecab0ad2a 100644 --- a/actionpack/lib/action_view/helpers/url_helper.rb +++ b/actionpack/lib/action_view/helpers/url_helper.rb @@ -248,7 +248,7 @@ module ActionView # using the link_to method with the :method modifier as described in # the link_to documentation. # - # The generated FORM element has a class name of button-to + # The generated form element has a class name of button-to # to allow styling of the form itself and its children. You can control # the form submission and input element behavior using +html_options+. # This method accepts the :method and :confirm modifiers @@ -259,7 +259,7 @@ module ActionView # to change the HTTP verb used to submit the form. # # ==== Options - # The +options+ hash accepts the same options at url_for. + # The +options+ hash accepts the same options as url_for. # # There are a few special +html_options+: # * :method - Specifies the anchor name to be appended to the path. -- cgit v1.2.3