diff --git a/packages/docz/src/components/PropsTable.tsx b/packages/docz/src/components/PropsTable.tsx index 096b67a7b..4673fd5c4 100644 --- a/packages/docz/src/components/PropsTable.tsx +++ b/packages/docz/src/components/PropsTable.tsx @@ -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 }