Skip to content

Commit d4f2861

Browse files
authored
Merge pull request #252 from askoufis/patch-1
fix: Fixed typo in JSDoc for HTMLElement `structure` method
2 parents f47b77b + 3a52ee9 commit d4f2861

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)