We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f71653 commit e079744Copy full SHA for e079744
packages/svelte/src/compiler/phases/1-parse/state/element.js
@@ -336,7 +336,7 @@ export default function element(parser) {
336
337
// Loose parsing mode
338
if (!closed) {
339
- // We may have eaten an opening `<` of the next element and treated is as an attribute...
+ // We may have eaten an opening `<` of the next element and treated it as an attribute...
340
const last = element.attributes.at(-1);
341
if (last?.type === 'Attribute' && last.name === '<') {
342
parser.index = last.start;
0 commit comments