diff --git a/src/nodes/html.ts b/src/nodes/html.ts
index c8eebe8..c6d222a 100644
--- a/src/nodes/html.ts
+++ b/src/nodes/html.ts
@@ -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[];