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 296193b commit b9f90bdCopy full SHA for b9f90bd
packages/svelte/tests/runtime-runes/samples/class-directive-mutations/_config.js
@@ -2,7 +2,7 @@ import { flushSync } from 'svelte';
2
import { test } from '../../test';
3
4
// This test counts mutations on hydration
5
-// set_class() shoult not mutate class on hydration, except if mismatch
+// set_class() should not mutate class on hydration, except if mismatch
6
export default test({
7
mode: ['server', 'hydrate'],
8
0 commit comments