docs: fix typo (#11893)

pull/11896/head
Marcos Rigoli 4 weeks ago committed by GitHub
parent 5f21d64af5
commit 3acee5d246
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -151,7 +151,7 @@ Svelte provides built-in [DOM types](https://github.com/sveltejs/svelte/blob/mas
</div>
```
> You can use `ComponentProps<ImportedComponent>`, if you wish to forward props to forward props to a Svelte component.
> You can use `ComponentProps<ImportedComponent>`, if you wish to forward props to a Svelte component.
Svelte provides a best-effort of all the HTML DOM types that exist. If an attribute is missing from our [type definitions](https://github.com/sveltejs/svelte/blob/master/packages/svelte/elements.d.ts), you are welcome to open an issue and/or a PR fixing it. For experimental attributes, you can augment the existing types locally by creating a `.d.ts` file:

Loading…
Cancel
Save