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:
parent
f31ad74f7b
commit
3508909dc8
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ Since it's just a `<form>`, all of the information on `form_with` also applies.
|
||||||
### Customize remote elements
|
### Customize remote elements
|
||||||
|
|
||||||
It is possible to customize the behavior of elements with a `data-remote`
|
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.
|
attributes to accomplish this.
|
||||||
|
|
||||||
#### `data-method`
|
#### `data-method`
|
||||||
|
|
Loading…
Reference in a new issue