diff --git a/test/validator/index.ts b/test/validator/index.ts index fce5ed7065..9b242389d3 100644 --- a/test/validator/index.ts +++ b/test/validator/index.ts @@ -166,9 +166,9 @@ describe('validate', () => { assert.throws(() => { svelte.compile('
', { name: 'test', - namespace: 'foriegn' + namespace: 'foreign' }); - }, /Invalid namespace 'foriegn' \(did you mean 'foreign'\?\)/); + }, /Invalid namespace 'foreign' \(did you mean 'foreign'\?\)/); }); it('does not throw error if \'this\' is bound for foreign element', () => {