Skip to content

Commit 069ec8c

Browse files
Rich-Harristrueadm
authored andcommitted
Update 03-typescript.md (#14197)
1 parent 3006fc7 commit 069ec8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/07-misc/03-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ In case you're writing a component that wraps a native element, you may want to
146146
</button>
147147
```
148148

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

151151
```svelte
152152
<script lang="ts">

0 commit comments

Comments
 (0)