Skip to content

Commit 1bc789d

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 63ee239 commit 1bc789d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)