From 6a409f734166b4121c71d0e2a796e472b8c0ed63 Mon Sep 17 00:00:00 2001 From: hc0208 Date: Wed, 31 Jul 2019 12:22:21 +0900 Subject: =?UTF-8?q?Fix=20typo=20submited=20=E2=86=92=20submitted=20[ci=20s?= =?UTF-8?q?kip]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actionview/test/ujs/public/test/data-remote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionview/test/ujs/public/test/data-remote.js b/actionview/test/ujs/public/test/data-remote.js index dbbb383995..f95a57f795 100644 --- a/actionview/test/ujs/public/test/data-remote.js +++ b/actionview/test/ujs/public/test/data-remote.js @@ -490,7 +490,7 @@ asyncTest('changing a select option without "data-url" attribute still fires aja setTimeout(function() { start() }, 20) }) -asyncTest('inputs inside disabled fieldset are not submited on remote forms', 3, function() { +asyncTest('inputs inside disabled fieldset are not submitted on remote forms', 3, function() { $('form') .append('
\ \ -- cgit v1.2.3