diff options
author | Vipul A M <vipulnsward@gmail.com> | 2017-05-11 11:22:50 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-11 11:22:50 +0530 |
commit | 22bfc5f4847f96549688314d9ee4c01d07d4589b (patch) | |
tree | f836fbce180d40675e856d660a261717e436ff8f | |
parent | 97bd56e674603529d96c6f6e85d695dd24208afb (diff) | |
parent | bff2ef921f15b19dac482aa0aec22198afcd3249 (diff) | |
download | rails-22bfc5f4847f96549688314d9ee4c01d07d4589b.tar.gz rails-22bfc5f4847f96549688314d9ee4c01d07d4589b.tar.bz2 rails-22bfc5f4847f96549688314d9ee4c01d07d4589b.zip |
Merge pull request #29044 from koic/fix_typo_in_guide
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 | |