Skip to content

Commit 3acee5d

Browse files
authored
docs: fix typo (#11893)
1 parent 5f21d64 commit 3acee5d

File tree

1 file changed

+1
-1
lines changed
  • sites/svelte-5-preview/src/routes/docs/content/01-api

1 file changed

+1
-1
lines changed

sites/svelte-5-preview/src/routes/docs/content/01-api/05-imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Svelte provides built-in [DOM types](https://github.com/sveltejs/svelte/blob/mas
151151
</div>
152152
```
153153

154-
> You can use `ComponentProps<ImportedComponent>`, if you wish to forward props to forward props to a Svelte component.
154+
> You can use `ComponentProps<ImportedComponent>`, if you wish to forward props to a Svelte component.
155155
156156
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:
157157

0 commit comments

Comments
 (0)