Skip to content

Commit a18fd9b

Browse files
committed
fix grammar
1 parent 435a854 commit a18fd9b

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
@@ -132,7 +132,7 @@ The content of `generics` is what you would put between the `<...>` tags of a ge
132132

133133
## Typing wrapper components
134134

135-
In case you're writing a component that wraps a native element, you may want to expose all the attributes of underlying element to the user. In that case, use (or extend from) one of the interfaces provided by `svelte/elements`. Here's an example for a `Button` component:
135+
In case you're writing a component that wraps a native element, you may want to expose all the attributes of the underlying element to the user. In that case, use (or extend from) one of the interfaces provided by `svelte/elements`. Here's an example for a `Button` component:
136136

137137
```svelte
138138
<script lang="ts">

0 commit comments

Comments
 (0)