[docs] fix typo (#7344)

pull/7353/head
Isabel Leccese 3 years ago committed by GitHub
parent 1632bca34e
commit 2f71bc9333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ Anything exported from a `context="module"` script block becomes an export from
</script>
```
...we can then import it from `App.svelte`...
...we can then import it in `App.svelte`...
```html
<script>

Loading…
Cancel
Save