aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-10-16 15:19:06 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-10-16 15:19:06 -0700
commit4fdde75b17734b26cba99d83bf06e175c896df34 (patch)
tree6561664af168cac09ed4be900bb8ad3f67465e8b
parentf2ca5aa5c2e9fed43ab11937906d98bd436ab820 (diff)
parent065d3e061dcefde7fa48037555bf23ac7f3ae440 (diff)
downloadrails-4fdde75b17734b26cba99d83bf06e175c896df34.tar.gz
rails-4fdde75b17734b26cba99d83bf06e175c896df34.tar.bz2
rails-4fdde75b17734b26cba99d83bf06e175c896df34.zip
Merge pull request #12568 from adamyonk/patch-1
Fix typo in form_helper.rb
-rw-r--r--actionview/lib/action_view/helpers/form_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/form_helper.rb b/actionview/lib/action_view/helpers/form_helper.rb
index ead7871fc5..38d969ed0c 100644
--- a/actionview/lib/action_view/helpers/form_helper.rb
+++ b/actionview/lib/action_view/helpers/form_helper.rb
@@ -1173,7 +1173,7 @@ module ActionView
# methods in the +FormHelper+ module. This class, however, allows you to
# call methods with the model object you are building the form for.
#
- # You can create your own custom FormBuilder templates by subclasses this
+ # You can create your own custom FormBuilder templates by subclassing this
# class. For example:
#
# class MyFormBuilder < ActionView::Helpers::FormBuilder