diff --git a/documentation/docs/07-misc/03-typescript.md b/documentation/docs/07-misc/03-typescript.md index 9e4297b275..e02ac7b6b1 100644 --- a/documentation/docs/07-misc/03-typescript.md +++ b/documentation/docs/07-misc/03-typescript.md @@ -146,7 +146,7 @@ In case you're writing a component that wraps a native element, you may want to ``` -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