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 19b71bb commit edaf839Copy full SHA for edaf839
docs/component.md
@@ -615,7 +615,7 @@ const helloWorldInstance = new HelloWorld({
615
});
616
```
617
618
-This would make `helloWorldInstance.element` a fragment with the following structure:
+This would make `helloWorldInstance.element` an element with the following structure:
619
620
```html
621
<hello-world>Hello <em>mundo</em></hello-world>
0 commit comments