From f41803f068420ec5e04fcb474dc34a629cd4fa17 Mon Sep 17 00:00:00 2001 From: Pierre Grimaud Date: Wed, 22 Mar 2023 16:08:37 +0100 Subject: [PATCH] docs: fix typos --- test/validator/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', () => {