From a2bf741385720c32861ddff5149138cd81a79382 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Sat, 21 Nov 2009 15:51:59 -0800 Subject: Fixed grammar. --- actionpack/lib/action_view/helpers/text_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_view/helpers/text_helper.rb b/actionpack/lib/action_view/helpers/text_helper.rb index e10217b0f4..a3bee3e8c2 100644 --- a/actionpack/lib/action_view/helpers/text_helper.rb +++ b/actionpack/lib/action_view/helpers/text_helper.rb @@ -262,7 +262,7 @@ module ActionView # but without the bounding

tag that RedCloth adds. # # You can learn more about Textile's syntax at its website[http://www.textism.com/tools/textile]. - # This method is requires RedCloth[http://redcloth.org/] to be available. + # This method is only available if RedCloth[http://redcloth.org/] is available. # # ==== Examples # textilize_without_paragraph("*This is Textile!* Rejoice!") -- cgit v1.2.3