aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/working_with_javascript_in_rails.md
diff options
context:
space:
mode:
authorKevin Kim <kevinhyunilkim@users.noreply.github.com>2017-05-21 02:29:09 -0700
committerGitHub <noreply@github.com>2017-05-21 02:29:09 -0700
commit3508909dc8afb76d3781a7282a1cbc4bb5b07a93 (patch)
tree1a6e56594a0b5dc4c5c2de63ed41af37eb89111c /guides/source/working_with_javascript_in_rails.md
parentf31ad74f7b102bdc0730cd70b42e5f92f4479a23 (diff)
downloadrails-3508909dc8afb76d3781a7282a1cbc4bb5b07a93.tar.gz
rails-3508909dc8afb76d3781a7282a1cbc4bb5b07a93.tar.bz2
rails-3508909dc8afb76d3781a7282a1cbc4bb5b07a93.zip
Fix typo in guides
Diffstat (limited to 'guides/source/working_with_javascript_in_rails.md')
-rw-r--r--guides/source/working_with_javascript_in_rails.md2
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`