Skip to content

Commit 2c10a80

Browse files
committed
typo
1 parent 5c44d72 commit 2c10a80

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function serialize_get_binding(node, state) {
6868
if (binding.kind === 'prop') {
6969
if (binding.node.name === '$$props') {
7070
// Special case for $$props which only exists in the old world
71-
// TODO this probably should have a 'prop' binding kind
71+
// TODO this probably shouldn't have a 'prop' binding kind
7272
return node;
7373
}
7474

0 commit comments

Comments
 (0)