Skip to content

Commit

Permalink
fix: change prop copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoya committed Feb 2, 2023
1 parent 2306714 commit b48d97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/PropTables/PanelPropTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const panelProps: Prop[] = [
{
name: 'description',
types: ['string', 'React.ReactNode'],
description: 'Appends a description.',
description: 'Appends a description below the header and action.',
},
];

Expand Down

0 comments on commit b48d97b

Please sign in to comment.