diff --git a/core/misc/cspell/dictionary.txt b/core/misc/cspell/dictionary.txt index 283331f4e1e7c8bfba49ddec797c5a1fc6c83104..b20fb23e265b0cb694cea2dbc5b235608148544f 100644 --- a/core/misc/cspell/dictionary.txt +++ b/core/misc/cspell/dictionary.txt @@ -464,7 +464,6 @@ metatags mglaman micheh mikey -milli mimetypes minifyzombies minusthick diff --git a/core/misc/form.js b/core/misc/form.js index 3256a17fd82c8f2c9345e089b0631f3eff8012ba..606f74dfa90533579143b8740573d2cdf675fc51 100644 --- a/core/misc/form.js +++ b/core/misc/form.js @@ -111,10 +111,10 @@ * (due to limitations of jQuery.serialize()). That is deemed to be * acceptable, because if the user forgot to attach a file, then the size of * HTTP payload will most likely be small enough to be fully passed to the - * server endpoint within (milli)seconds. If a user mistakenly attached a - * wrong file and is technically versed enough to cancel the form submission - * (and HTTP payload) in order to attach a different file, then that - * edge-case is not supported here. + * server endpoint within seconds, or even milliseconds. If a user + * mistakenly attached a wrong file and is technically versed enough to + * cancel the form submission (and HTTP payload) in order to attach a + * different file, then that edge-case is not supported here. * * Lastly, all forms submitted via HTTP GET are idempotent by definition of * HTTP standards, so excluded in this implementation.