Skip to content

Commit 95040df

Browse files
committed
Fix wrong capitalisation of HTMLElement
Fixes the Eslint rule & adjusts the JSDoc and other mentions of it. Ref TinyWebEx/common#8
1 parent e1cfbcb commit 95040df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"Number": "number",
9494
"object": "Object",
9595
"String": "string",
96-
"HTMLElement": "HTMLElement"
96+
"HtmlElement": "HTMLElement"
9797
},
9898
"requireReturnType": true,
9999
"matchDescription": ".+",

0 commit comments

Comments
 (0)