Skip to content

Commit fb96a02

Browse files
Merge pull request #49989 from cjilbert504/preposition-fix-fields-for-comments
fix preposition in ActionView::Helpers::FormHelper comments [ci-skip] (cherry picked from commit b50ff06)
1 parent 6ef5e07 commit fb96a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/helpers/form_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,7 @@ def #{selector}(method, options = {}) # def text_field(method, options = {})
22632263
# <% end %>
22642264
#
22652265
# When a collection is used you might want to know the index of each
2266-
# object into the array. For this purpose, the <tt>index</tt> method
2266+
# object in the array. For this purpose, the <tt>index</tt> method
22672267
# is available in the FormBuilder object.
22682268
#
22692269
# <%= form_for @person do |person_form| %>

0 commit comments

Comments
 (0)