diff options
author | Mike Naberezny <mike@naberezny.com> | 2009-11-21 15:51:59 -0800 |
---|---|---|
committer | Mike Naberezny <mike@naberezny.com> | 2009-11-21 15:51:59 -0800 |
commit | a2bf741385720c32861ddff5149138cd81a79382 (patch) | |
tree | e7e85037ed475d5e7b7df2d4fde219aa2b8a2829 | |
parent | 0a9f8dc2ec77ea7da4808d1b33bab598d2366f09 (diff) | |
download | rails-a2bf741385720c32861ddff5149138cd81a79382.tar.gz rails-a2bf741385720c32861ddff5149138cd81a79382.tar.bz2 rails-a2bf741385720c32861ddff5149138cd81a79382.zip |
Fixed grammar.
-rw-r--r-- | actionpack/lib/action_view/helpers/text_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 <p> tag that RedCloth adds. # # You can learn more about Textile's syntax at its website[http://www.textism.com/tools/textile]. - # <i>This method is requires RedCloth[http://redcloth.org/] to be available</i>. + # <i>This method is only available if RedCloth[http://redcloth.org/] is available</i>. # # ==== Examples # textilize_without_paragraph("*This is Textile!* Rejoice!") |