Skip to content
This repository was archived by the owner on Nov 6, 2019. It is now read-only.

Commit fe9eabf

Browse files
committed
Fix typo
1 parent eb3b6a2 commit fe9eabf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/virtualdom/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ type ElementInlineStyle = {
648648
*
649649
* These are the attributes which are applied to a real DOM element via
650650
* `element.setAttribute()`. The supported attribute names are defined
651-
* by the `ElementAttrNames`type.
651+
* by the `ElementAttrNames` type.
652652
*
653653
* Node attributes are specified using the lower-case HTML name instead
654654
* of the camel-case JS name due to browser inconsistencies in handling

0 commit comments

Comments
 (0)