Skip to content

Commit 39a25ba

Browse files
authored
Fix typo in the documentation
Fixes rails#43651
1 parent a134eeb commit 39a25ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actionview/lib/action_view/helpers/form_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ def text_area(object_name, method, options = {})
12951295
# wouldn't update the flag.
12961296
#
12971297
# To prevent this the helper generates an auxiliary hidden field before
1298-
# the very check box. The hidden field has the same name and its
1298+
# every check box. The hidden field has the same name and its
12991299
# attributes mimic an unchecked check box.
13001300
#
13011301
# This way, the client either sends only the hidden field (representing
@@ -2406,7 +2406,7 @@ def label(method, text = nil, options = {}, &block)
24062406
# wouldn't update the flag.
24072407
#
24082408
# To prevent this the helper generates an auxiliary hidden field before
2409-
# the very check box. The hidden field has the same name and its
2409+
# every check box. The hidden field has the same name and its
24102410
# attributes mimic an unchecked check box.
24112411
#
24122412
# This way, the client either sends only the hidden field (representing

0 commit comments

Comments
 (0)