From acf1844fe88fdf6bf539bea4721bb1f3821b1451 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 26 Oct 2022 11:04:44 -0400 Subject: [PATCH] spelling: dispatch Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- test/runtime/samples/spread-element-input-value/_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtime/samples/spread-element-input-value/_config.js b/test/runtime/samples/spread-element-input-value/_config.js index 0df088159a..e8672e8365 100644 --- a/test/runtime/samples/spread-element-input-value/_config.js +++ b/test/runtime/samples/spread-element-input-value/_config.js @@ -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`