diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-05-21 19:19:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-21 19:19:47 +0900 |
commit | 97838a5541fb0028b4e96520ae18d1a5d665efc5 (patch) | |
tree | 1a6e56594a0b5dc4c5c2de63ed41af37eb89111c | |
parent | f31ad74f7b102bdc0730cd70b42e5f92f4479a23 (diff) | |
parent | 3508909dc8afb76d3781a7282a1cbc4bb5b07a93 (diff) | |
download | rails-97838a5541fb0028b4e96520ae18d1a5d665efc5.tar.gz rails-97838a5541fb0028b4e96520ae18d1a5d665efc5.tar.bz2 rails-97838a5541fb0028b4e96520ae18d1a5d665efc5.zip |
Merge pull request #29166 from kevinhyunilkim/fix_typo_in_guide
Fix typo in guides [ci skip]
-rw-r--r-- | guides/source/working_with_javascript_in_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/working_with_javascript_in_rails.md b/guides/source/working_with_javascript_in_rails.md index cf08c5dd1d..290f2a509b 100644 --- a/guides/source/working_with_javascript_in_rails.md +++ b/guides/source/working_with_javascript_in_rails.md @@ -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` |