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

fix(docs): html attribute typo #925

Merged
merged 1 commit into from
Feb 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/components/ComponentDoc/ComponentDoc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class ComponentDoc extends React.Component<any, any> {
<Flex.Item>
<Header
as="h1"
aria-leve="2"
aria-level="2"
content={info.displayName}
variables={{ color: 'black' }}
/>
Expand Down