We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a866d8 commit 5e74680Copy full SHA for 5e74680
content/tutorial/02-advanced-svelte/09-special-elements/09-svelte-options/README.md
@@ -26,6 +26,6 @@ The options that can be set here are:
26
- `accessors={true}` — adds getters and setters for the component's props
27
- `accessors={false}` — the default
28
- `namespace="..."` — the namespace where this component will be used, most commonly `"svg"`
29
-- `tag="..."` — the name to use when compiling this component as a custom element
+- `customElement="..."` — the name to use when compiling this component as a custom element
30
31
Consult the [API reference](https://svelte.dev/docs) for more information on these options.
0 commit comments