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 afc21ac commit ab626afCopy full SHA for ab626af
packages/svelte/src/internal/client/runtime.js
@@ -201,7 +201,7 @@ export function check_dirtiness(reaction) {
201
}
202
203
204
- // Unowned signals are always maybe dirty, as we instead check their depedency versions.
+ // Unowned signals are always maybe dirty, as we instead check their dependency versions.
205
if (!is_unowned) {
206
set_signal_status(reaction, CLEAN);
207
0 commit comments