Skip to content

Commit

Permalink
Update 03-typescript.md (#14197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored and trueadm committed Nov 7, 2024
1 parent 3006fc7 commit 069ec8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/07-misc/03-typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ In case you're writing a component that wraps a native element, you may want to
</button>
```

Not all elements have a specific type definition, in those cases, use `SvelteHTMLElements`:
Not all elements have a dedicated type definition. For those without one, use `SvelteHTMLElements`:

```svelte
<script lang="ts">
Expand Down

0 comments on commit 069ec8c

Please sign in to comment.