Skip to content

Commit

Permalink
Update form_helpers.md
Browse files Browse the repository at this point in the history
Correcting book[title] value typo on line 265 in order that it correctly reflects it's object value stated in line 248.
  • Loading branch information
jbk2 committed Nov 29, 2023
1 parent f8212aa commit aa688c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/form_helpers.md
Expand Up @@ -262,7 +262,7 @@ Outputs:
```html
<form action="/books/2_25" method="post" accept-charset="UTF-8" >
<input name="authenticity_token" type="hidden" value="..." />
<input type="text" name="book[title]" id="book_title" value="My book" />
<input type="text" name="book[title]" id="book_title" value="Some book" />
<input type="submit" name="commit" value="Update Book" data-disable-with="Update Book">
</form>
```
Expand Down

0 comments on commit aa688c1

Please sign in to comment.