Skip to content

Commit 2f71bc9

Browse files
[docs] fix typo (#7344)
1 parent 1632bca commit 2f71bc9

File tree

1 file changed

+2
-2
lines changed
  • site/content/tutorial/17-module-context/02-module-exports

1 file changed

+2
-2
lines changed

site/content/tutorial/17-module-context/02-module-exports/text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Anything exported from a `context="module"` script block becomes an export from
1616
</script>
1717
```
1818

19-
...we can then import it from `App.svelte`...
19+
...we can then import it in `App.svelte`...
2020

2121
```html
2222
<script>
@@ -32,4 +32,4 @@ Anything exported from a `context="module"` script block becomes an export from
3232
</button>
3333
```
3434

35-
> You can't have a default export, because the component *is* the default export.
35+
> You can't have a default export, because the component *is* the default export.

0 commit comments

Comments
 (0)