Skip to content

Commit 91e7e5b

Browse files
authored
Update packages/svelte/tests/signals/test.ts
1 parent 22ae61b commit 91e7e5b

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/signals

1 file changed

+1
-1
lines changed

packages/svelte/tests/signals/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ describe('signals', () => {
740740
};
741741
});
742742

743-
test('nested deriveds clean up the releationships when used with untrack', () => {
743+
test('nested deriveds clean up the relationships when used with untrack', () => {
744744
return () => {
745745
let a = render_effect(() => {});
746746

0 commit comments

Comments
 (0)