Skip to content

Commit edaf839

Browse files
authored
Update component.md
1 parent 19b71bb commit edaf839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ const helloWorldInstance = new HelloWorld({
615615
});
616616
```
617617

618-
This would make `helloWorldInstance.element` a fragment with the following structure:
618+
This would make `helloWorldInstance.element` an element with the following structure:
619619

620620
```html
621621
<hello-world>Hello <em>mundo</em></hello-world>

0 commit comments

Comments
 (0)