From b4a9c59a47dd619ea0d446e47edde14b3740e483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 14 Apr 2015 12:56:43 -0400 Subject: Fix typos in the documentation [ci skip] --- actionpack/lib/action_controller/form_builder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3