Skip to content

Commit

Permalink
improve formatting consistency in types docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Nov 6, 2023
1 parent 0fc9c68 commit 02dda6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/tabs/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export type TabPanelProps = {
*/
children?: React.ReactNode;
/**
* A unique identifier for the TabPanel, which is used to generate a unique `id` for the underlying element.
* A unique identifier for the tabpanel, which is used to generate a unique `id` for the underlying element.
*/
id: string;
/**
Expand Down

0 comments on commit 02dda6e

Please sign in to comment.