diff --git a/packages/react/src/components/ActionCard/ActionCard.tsx b/packages/react/src/components/ActionCard/ActionCard.tsx index 731f122a..b7f8ce33 100644 --- a/packages/react/src/components/ActionCard/ActionCard.tsx +++ b/packages/react/src/components/ActionCard/ActionCard.tsx @@ -56,7 +56,7 @@ export type ActionCardProps = CardProps const COMPONENT_NAME: string = 'ActionCard'; /** - * The Action Card component is an extended version of the` Card` component with an action button. + * The Action Card component is an extended version of the `Card` component with an action button. * * Demos: *