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 1632bca commit 2f71bc9Copy full SHA for 2f71bc9
site/content/tutorial/17-module-context/02-module-exports/text.md
@@ -16,7 +16,7 @@ Anything exported from a `context="module"` script block becomes an export from
16
</script>
17
```
18
19
-...we can then import it from `App.svelte`...
+...we can then import it in `App.svelte`...
20
21
```html
22
<script>
@@ -32,4 +32,4 @@ Anything exported from a `context="module"` script block becomes an export from
32
</button>
33
34
35
-> You can't have a default export, because the component *is* the default export.
+> You can't have a default export, because the component *is* the default export.
0 commit comments