Skip to content

Commit 0e985f5

Browse files
committed
clarify HTML context for Component class
1 parent 5938470 commit 0e985f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type ElementToTagName<T extends HTMLElement> = {
2323
/**
2424
* An {@link !HTMLElement} component.
2525
*
26-
* To create your own component, it's recommended to extend this class.
26+
* To create your own HTML component, it's recommended to extend this class.
2727
* @typeParam T Component element type
2828
*/
2929
export class Component<T extends HTMLElement = HTMLElement> extends BaseComponent<T> {

0 commit comments

Comments
 (0)