docs: fix typos

pull/8409/head
Pierre Grimaud 4 years ago
parent aa4d0fc264
commit f41803f068
No known key found for this signature in database
GPG Key ID: 7BD301A3933A8974

@ -166,9 +166,9 @@ describe('validate', () => {
assert.throws(() => {
svelte.compile('<div></div>', {
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', () => {

Loading…
Cancel
Save