From 89ee5d63d039af6770014a3bfdc4a743be9a429c Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Wed, 5 Mar 2008 01:26:24 +0000 Subject: Tests for div_for and content_tag_for helpers. Closes #11223 [thechrisoshow] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8980 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/record_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers/record_tag_helper.rb') diff --git a/actionpack/lib/action_view/helpers/record_tag_helper.rb b/actionpack/lib/action_view/helpers/record_tag_helper.rb index 7b82c38a0e..40b66be79f 100644 --- a/actionpack/lib/action_view/helpers/record_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/record_tag_helper.rb @@ -24,7 +24,7 @@ module ActionView # <%=h @person.last_name %> # <% end %> # - # would produce hthe following HTML (assuming @person is an instance of + # would produce the following HTML (assuming @person is an instance of # a Person object, with an id value of 123): # # .... -- cgit v1.2.3