1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo in guides

This commit is contained in:
Kevin Kim 2017-05-21 02:29:09 -07:00 committed by GitHub
parent f31ad74f7b
commit 3508909dc8

View file

@ -250,7 +250,7 @@ Since it's just a `<form>`, all of the information on `form_with` also applies.
### Customize remote elements
It is possible to customize the behavior of elements with a `data-remote`
attribute without writing a line of JavaScript. Your can specify extra `data-`
attribute without writing a line of JavaScript. You can specify extra `data-`
attributes to accomplish this.
#### `data-method`