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 22ae61b commit 91e7e5bCopy full SHA for 91e7e5b
packages/svelte/tests/signals/test.ts
@@ -740,7 +740,7 @@ describe('signals', () => {
740
};
741
});
742
743
- test('nested deriveds clean up the releationships when used with untrack', () => {
+ test('nested deriveds clean up the relationships when used with untrack', () => {
744
return () => {
745
let a = render_effect(() => {});
746
0 commit comments