Skip to content

Commit 87c42b2

Browse files
authored
Merge pull request rails#50210 from jbk2/patch-1
Update form_helpers.md typo [ci skip]
2 parents f8212aa + aa688c1 commit 87c42b2

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
@@ -262,7 +262,7 @@ Outputs:
262262
```html
263263
<form action="/books/2_25" method="post" accept-charset="UTF-8" >
264264
<input name="authenticity_token" type="hidden" value="..." />
265-
<input type="text" name="book[title]" id="book_title" value="My book" />
265+
<input type="text" name="book[title]" id="book_title" value="Some book" />
266266
<input type="submit" name="commit" value="Update Book" data-disable-with="Update Book">
267267
</form>
268268
```

0 commit comments

Comments
 (0)