Skip to content

Commit 94aea0f

Browse files
committed
gah missed a spot
1 parent caaf74b commit 94aea0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/02-template-syntax/09-special-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ The `<svelte:options>` element provides a place to specify per-component compile
183183
- `accessors={true}` — adds getters and setters for the component's props
184184
- `accessors={false}` — the default
185185
- `namespace="..."` — the namespace where this component will be used, most commonly "svg"; use the "foreign" namespace to opt out of case-insensitive attribute names and HTML-specific warnings
186-
- `customElement={...}` — the [options](custom-elements#component-options) to use when compiling this component as a custom element. If a string is passed, it is used as the `tag` option
186+
- `customElement={...}` — the [options](custom-elements#Component-options) to use when compiling this component as a custom element. If a string is passed, it is used as the `tag` option
187187

188188
```svelte
189189
<svelte:options customElement="my-custom-element" />

0 commit comments

Comments
 (0)