Skip to content

Commit dc11693

Browse files
authored
Merge pull request rails#54965 from SaschaSchwarz/update_form_helpers_docs
Update form_helpers.md [ci skip]
2 parents 8213c22 + 4dfef48 commit dc11693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/form_helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ The above will produce the following output:
358358

359359
The object yielded by `fields_for` is a form builder like the one yielded by
360360
`form_with`. The `fields_for` helper creates a similar binding but without
361-
rendering a `<form>` tag. You can learn more about `field_for` in the [API
361+
rendering a `<form>` tag. You can learn more about `fields_for` in the [API
362362
docs](https://api.rubyonrails.org/classes/ActionView/Helpers/FormBuilder.html#method-i-fields_for).
363363

364364
### Relying on Record Identification

0 commit comments

Comments
 (0)