Skip to content

Commit

Permalink
fix: Fixed typo in JSDoc for HTMLElement structure method
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Sep 19, 2023
1 parent f47b77b commit 3a52ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ export default class HTMLElement extends Node {
}
/**
* Get DOM structure
* @return {string} strucutre
* @return {string} structure
*/
public get structure() {
const res = [] as string[];
Expand Down

0 comments on commit 3a52ee9

Please sign in to comment.