aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorAdam Jahnke <adamyonk@me.com>2013-10-16 16:09:09 -0500
committerAdam Jahnke <adamyonk@me.com>2013-10-16 16:09:09 -0500
commit065d3e061dcefde7fa48037555bf23ac7f3ae440 (patch)
tree6561664af168cac09ed4be900bb8ad3f67465e8b /actionview
parentf2ca5aa5c2e9fed43ab11937906d98bd436ab820 (diff)
downloadrails-065d3e061dcefde7fa48037555bf23ac7f3ae440.tar.gz
rails-065d3e061dcefde7fa48037555bf23ac7f3ae440.tar.bz2
rails-065d3e061dcefde7fa48037555bf23ac7f3ae440.zip
Fix typo in form_helper.rb
Diffstat (limited to 'actionview')
-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