Skip to content

Commit 1159b70

Browse files
committed
lint
1 parent 42774df commit 1159b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/operations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export function child_frag(node, is_text) {
191191
const first_node = /** @type {Node[]} */ (node)[0];
192192

193193
// if an {expression} is empty during SSR, there might be no
194-
// text node to hydrate — we must therefore create one
194+
// text node to hydrate — we must therefore create one
195195
if (is_text && first_node?.nodeType !== 3) {
196196
const text = document.createTextNode('');
197197
current_hydration_fragment.unshift(text);

0 commit comments

Comments
 (0)