Skip to content

Commit

Permalink
Fix typo in the documentation
Browse files Browse the repository at this point in the history
Fixes #43651
  • Loading branch information
rafaelfranca committed Nov 15, 2021
1 parent a134eeb commit 39a25ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionview/lib/action_view/helpers/form_helper.rb
Expand Up @@ -1295,7 +1295,7 @@ def text_area(object_name, method, options = {})
# wouldn't update the flag.
#
# To prevent this the helper generates an auxiliary hidden field before
# the very check box. The hidden field has the same name and its
# every check box. The hidden field has the same name and its
# attributes mimic an unchecked check box.
#
# This way, the client either sends only the hidden field (representing
Expand Down Expand Up @@ -2406,7 +2406,7 @@ def label(method, text = nil, options = {}, &block)
# wouldn't update the flag.
#
# To prevent this the helper generates an auxiliary hidden field before
# the very check box. The hidden field has the same name and its
# every check box. The hidden field has the same name and its
# attributes mimic an unchecked check box.
#
# This way, the client either sends only the hidden field (representing
Expand Down

0 comments on commit 39a25ba

Please sign in to comment.