aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/app
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2019-02-21 01:45:57 +0530
committerGitHub <noreply@github.com>2019-02-21 01:45:57 +0530
commit0f70b025839f4df9267de0d5a7fb23d4db1a0c83 (patch)
tree6d6b5052e6ac5d77920add685c3f0fed303be7ba /actionview/app
parent4650874073bef4f02da3c2b0bfc4ba2a6fd5d562 (diff)
parent955eac5a5282cad348fef882465f3bd01c4d52b9 (diff)
downloadrails-0f70b025839f4df9267de0d5a7fb23d4db1a0c83.tar.gz
rails-0f70b025839f4df9267de0d5a7fb23d4db1a0c83.tar.bz2
rails-0f70b025839f4df9267de0d5a7fb23d4db1a0c83.zip
Merge pull request #35342 from alkesh26/actionview-typo-fixes
[ci skip] actionview typo fixes.
Diffstat (limited to 'actionview/app')
-rw-r--r--actionview/app/assets/javascripts/rails-ujs/utils/event.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/app/assets/javascripts/rails-ujs/utils/event.coffee b/actionview/app/assets/javascripts/rails-ujs/utils/event.coffee
index a7eee52060..768d9683d4 100644
--- a/actionview/app/assets/javascripts/rails-ujs/utils/event.coffee
+++ b/actionview/app/assets/javascripts/rails-ujs/utils/event.coffee
@@ -27,7 +27,7 @@ if typeof CustomEvent isnt 'function'
# obj::
# a native DOM element
# name::
-# string that corrspends to the event you want to trigger
+# string that corresponds to the event you want to trigger
# e.g. 'click', 'submit'
# data::
# data you want to pass when you dispatch an event