aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/working_with_javascript_in_rails.md
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-05-11 13:35:01 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-05-11 13:35:01 +0900
commitbff2ef921f15b19dac482aa0aec22198afcd3249 (patch)
treef836fbce180d40675e856d660a261717e436ff8f /guides/source/working_with_javascript_in_rails.md
parent97bd56e674603529d96c6f6e85d695dd24208afb (diff)
downloadrails-bff2ef921f15b19dac482aa0aec22198afcd3249.tar.gz
rails-bff2ef921f15b19dac482aa0aec22198afcd3249.tar.bz2
rails-bff2ef921f15b19dac482aa0aec22198afcd3249.zip
Fix a typo in guide [ci skip]
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 047aeae37d..cf08c5dd1d 100644
--- a/guides/source/working_with_javascript_in_rails.md
+++ b/guides/source/working_with_javascript_in_rails.md
@@ -351,7 +351,7 @@ that have a `data-remote` attribute:
NOTE: All handlers bound to these events are always passed the event object as the
first argument. The table below describes the extra parameters passed after the
-event argument. For exemple, if the extra parameters are listed as `xhr, settings`,
+event argument. For example, if the extra parameters are listed as `xhr, settings`,
then to access them, you would define your handler with `function(event, xhr, settings)`.
| Event name | Extra parameters | Fired |