Skip to content

Commit 0328c92

Browse files
fhammerschmidtcknitt
authored andcommitted
jsxDom: Fix typo in aria-level
1 parent 898db5b commit 0328c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/others/jsxDOM.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ type domProps = {
6060
[@ns.optional] [@bs.as "aria-expanded"];
6161
(* [@ns.optional] [@bs.as "aria-haspopup"] ariaHaspopup: false|true|menu|listbox|tree|grid|dialog, *)
6262
ariaLevel: int
63-
[@ns.optional] [@bs.as "aria-lavel"];
63+
[@ns.optional] [@bs.as "aria-level"];
6464
ariaModal: bool
6565
[@ns.optional] [@bs.as "aria-modal"];
6666
ariaMultiline: bool

0 commit comments

Comments
 (0)