diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-04-14 12:56:43 -0400 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-04-14 12:56:43 -0400 |
commit | b4a9c59a47dd619ea0d446e47edde14b3740e483 (patch) | |
tree | 6764367edfb92cb88ba2ada1af36b8cd24f014bf | |
parent | 9ec54d950004f102c8ca040608611e3ca668b284 (diff) | |
download | rails-b4a9c59a47dd619ea0d446e47edde14b3740e483.tar.gz rails-b4a9c59a47dd619ea0d446e47edde14b3740e483.tar.bz2 rails-b4a9c59a47dd619ea0d446e47edde14b3740e483.zip |
Fix typos in the documentation [ci skip]
-rw-r--r-- | actionpack/lib/action_controller/form_builder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/form_builder.rb b/actionpack/lib/action_controller/form_builder.rb index 1dce4f7ef4..485f1eb54d 100644 --- a/actionpack/lib/action_controller/form_builder.rb +++ b/actionpack/lib/action_controller/form_builder.rb @@ -1,6 +1,6 @@ module ActionController # Override the default form builder for all views rendered by this - # controller and any of its descendents. Accepts a sublcass of + # controller and any of its descendants. Accepts a subclass of # +ActionView::Helpers::FormBuilder+. # # For example, given a form builder: |