Skip to content

Commit b50ff06

Browse files
Merge pull request rails#49989 from cjilbert504/preposition-fix-fields-for-comments
fix preposition in ActionView::Helpers::FormHelper comments [ci-skip]
2 parents a82d1bc + 2a5e9bc commit b50ff06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/helpers/form_helper.rb

Lines changed: 1 addition & 1 deletion
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)