diff options
author | Koichi ITO <koic.ito@gmail.com> | 2017-05-11 13:35:01 +0900 |
---|---|---|
committer | Koichi ITO <koic.ito@gmail.com> | 2017-05-11 13:35:01 +0900 |
commit | bff2ef921f15b19dac482aa0aec22198afcd3249 (patch) | |
tree | f836fbce180d40675e856d660a261717e436ff8f | |
parent | 97bd56e674603529d96c6f6e85d695dd24208afb (diff) | |
download | rails-bff2ef921f15b19dac482aa0aec22198afcd3249.tar.gz rails-bff2ef921f15b19dac482aa0aec22198afcd3249.tar.bz2 rails-bff2ef921f15b19dac482aa0aec22198afcd3249.zip |
Fix a typo in guide [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 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 | |