Skip to content

Commit

Permalink
Merge pull request #49989 from cjilbert504/preposition-fix-fields-for…
Browse files Browse the repository at this point in the history
…-comments

fix preposition in ActionView::Helpers::FormHelper comments [ci-skip]

(cherry picked from commit b50ff06)
  • Loading branch information
jonathanhefner committed Nov 9, 2023
1 parent 6ef5e07 commit fb96a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/helpers/form_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2263,7 +2263,7 @@ def #{selector}(method, options = {}) # def text_field(method, options = {})
# <% end %>
#
# When a collection is used you might want to know the index of each
# object into the array. For this purpose, the <tt>index</tt> method
# object in the array. For this purpose, the <tt>index</tt> method
# is available in the FormBuilder object.
#
# <%= form_for @person do |person_form| %>
Expand Down

0 comments on commit fb96a02

Please sign in to comment.