1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo submited → submitted [ci skip]

This commit is contained in:
hc0208 2019-07-31 12:22:21 +09:00
parent 7195455561
commit 6a409f7341

View file

@ -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('<fieldset>\
<input name="description" value="A wise man" />\