From 87037afc33827b033853f65aef9997d8b8ec31ae Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Tue, 6 Nov 2007 18:44:06 +0000 Subject: Fix typo left over from previous typo fix in url helper. Closes #9414 [Henrik N] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8091 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/url_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers') diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb index 77201de1d6..ddd09de352 100644 --- a/actionpack/lib/action_view/helpers/url_helper.rb +++ b/actionpack/lib/action_view/helpers/url_helper.rb @@ -104,7 +104,7 @@ module ActionView # in dangerous actions like deleting a record (which search bots can follow # while spidering your site). Supported verbs are :post, :delete and :put. # Note that if the user has JavaScript disabled, the request will fall back - # to using GET. If you are relying on the POST behavior, your should check + # to using GET. If you are relying on the POST behavior, you should check # for it in your controller's action by using the request object's methods # for post?, delete? or put?. # * The +html_options+ will accept a hash of html attributes for the link tag. -- cgit v1.2.3