Skip to content

Commit

Permalink
Merge pull request #252 from askoufis/patch-1
Browse files Browse the repository at this point in the history
fix: Fixed typo in JSDoc for HTMLElement `structure` method
  • Loading branch information
taoqf committed Sep 22, 2023
2 parents f47b77b + 3a52ee9 commit d4f2861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/html.ts
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 d4f2861

Please sign in to comment.