Skip to content

Commit

Permalink
[docs] fix typo (#7344)
Browse files Browse the repository at this point in the history
  • Loading branch information
leccese committed Mar 6, 2022
1 parent 1632bca commit 2f71bc9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -32,4 +32,4 @@ Anything exported from a `context="module"` script block becomes an export from
</button>
```

> 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 comments on commit 2f71bc9

Please sign in to comment.