spelling: dispatch

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/7974/head
Josh Soref 4 years ago
parent 6df941b1d2
commit acf1844fe8

@ -6,7 +6,7 @@ export default {
// therefore, jsdom could not validate minlength / maxlength
// we simulate user input with
// setting input.value + dispathEvent
// setting input.value + dispatchEvent
// and we determine if svelte does not set the `input.value` again by
// spying on the setter of `input.value`

Loading…
Cancel
Save