Fix typo in ## script_context_deprecated

Changed +++context+++ to +++module+++
pull/14694/head
waedi 2 years ago committed by GitHub
parent 8ba1b9ddd0
commit 68c7b7a0b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -57,7 +57,7 @@ This code will work when the component is rendered on the client (which is why t
> `context="module"` is deprecated, use the `module` attribute instead > `context="module"` is deprecated, use the `module` attribute instead
```svelte ```svelte
<script ---context="module"--- +++context+++> <script ---context="module"--- +++module+++>
let foo = 'bar'; let foo = 'bar';
</script> </script>
``` ```

Loading…
Cancel
Save