Skip to content

Commit 3a52ee9

Browse files
committed
fix: Fixed typo in JSDoc for HTMLElement structure method
1 parent f47b77b commit 3a52ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes/html.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ export default class HTMLElement extends Node {
407407
}
408408
/**
409409
* Get DOM structure
410-
* @return {string} strucutre
410+
* @return {string} structure
411411
*/
412412
public get structure() {
413413
const res = [] as string[];

0 commit comments

Comments
 (0)