Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 0c316b1

Browse files
author
Alexandru Buliga
authored
fix(docs): html attribute typo (#925)
1 parent fc4953b commit 0c316b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/ComponentDoc/ComponentDoc.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class ComponentDoc extends React.Component<any, any> {
112112
<Flex.Item>
113113
<Header
114114
as="h1"
115-
aria-leve="2"
115+
aria-level="2"
116116
content={info.displayName}
117117
variables={{ color: 'black' }}
118118
/>

0 commit comments

Comments
 (0)