diff --git a/canon-docs/src/content/components/card.mdx b/canon-docs/src/content/components/card.mdx
index 8b52a53bd8..c45ae9d16c 100644
--- a/canon-docs/src/content/components/card.mdx
+++ b/canon-docs/src/content/components/card.mdx
@@ -46,19 +46,19 @@ A card component that can be used to display content in a box.
### CardHeader
-A header component that can be used to display a title and a subtitle.
+To display a header in a card, use the `CardHeader` component. This will be fixed at the top of the card.
### CardBody
-A body component that can be used to display content in a box.
+To display content in a card, use the `CardBody` component. This will automatically fill the card.
### CardFooter
-A footer component that can be used to display a footer.
+To display a footer in a card, use the `CardFooter` component. This will be fixed at the bottom of the card.