We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8213c22 + 4dfef48 commit dc11693Copy full SHA for dc11693
guides/source/form_helpers.md
@@ -358,7 +358,7 @@ The above will produce the following output:
358
359
The object yielded by `fields_for` is a form builder like the one yielded by
360
`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
+rendering a `<form>` tag. You can learn more about `fields_for` in the [API
362
docs](https://api.rubyonrails.org/classes/ActionView/Helpers/FormBuilder.html#method-i-fields_for).
363
364
### Relying on Record Identification
0 commit comments