Skip to content

Commit

Permalink
fix(docz): typo (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganapativs authored and pedronauck committed Jun 20, 2018
1 parent 8a14e2a commit 6af5db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz/src/components/PropsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export type TooltipComponent = React.ComponentType<{
const extractTypeDescribedValue = (type: PropType): string => {
const { name, value } = type

// instanceOf, computed shape, uknown enum
// instanceOf, computed shape, unknown enum
if (typeof value === 'string') {
return value
}
Expand Down

0 comments on commit 6af5db2

Please sign in to comment.