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 8ba1b9d commit 68c7b7aCopy full SHA for 68c7b7a
packages/svelte/messages/compile-warnings/template.md
@@ -57,7 +57,7 @@ This code will work when the component is rendered on the client (which is why t
57
> `context="module"` is deprecated, use the `module` attribute instead
58
59
```svelte
60
-<script ---context="module"--- +++context+++>
+<script ---context="module"--- +++module+++>
61
let foo = 'bar';
62
</script>
63
```
0 commit comments