From 955eac5a5282cad348fef882465f3bd01c4d52b9 Mon Sep 17 00:00:00 2001 From: alkesh26 Date: Thu, 21 Feb 2019 01:33:14 +0530 Subject: [ci skip] actionview typo fixes. --- actionview/app/assets/javascripts/rails-ujs/utils/event.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/app') 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 -- cgit v1.2.3