From a3628ded16af0ebd50060003567c722eeb52a3c0 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 26 Oct 2022 11:04:49 -0400 Subject: [PATCH] spelling: unregistered Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- test/runtime/samples/binding-this-with-context/_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtime/samples/binding-this-with-context/_config.js b/test/runtime/samples/binding-this-with-context/_config.js index 33ef091b33..66e862b6ea 100644 --- a/test/runtime/samples/binding-this-with-context/_config.js +++ b/test/runtime/samples/binding-this-with-context/_config.js @@ -33,8 +33,8 @@ export default { assert.equal(component.divs.length, 3, 'the divs array is still 3 long'); assert.equal(component.divs[2], null, 'the last div is unregistered'); assert.equal(component.ps[2], null, 'the last p is unregistered'); - assert.equal(component.spans['-bar1'], null, 'the bar span is unregisterd'); - assert.equal(component.hrs.bar, null, 'the bar hr is unregisterd'); + assert.equal(component.spans['-bar1'], null, 'the bar span is unregistered'); + assert.equal(component.hrs.bar, null, 'the bar hr is unregistered'); elems = target.querySelectorAll('div'); component.divs.forEach((e, i) => {