From 70f0e98d10ea735b953814878bf1ea8068f849eb Mon Sep 17 00:00:00 2001 From: Maksym Portianoi Date: Thu, 30 Nov 2023 11:36:24 -0500 Subject: [PATCH] fix: address PR feedback Co-authored-by: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com> --- docs/components/card.md | 4 ++-- sandbox/pages/SandboxCard.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/card.md b/docs/components/card.md index 85e8e16684..d8f1d50a2d 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -112,11 +112,11 @@ Content to be rendered in the title of the card. ### actions -Located next to card title, this slot serves for slotting in any action elements. See the example below. +Located to the right of the card title, the `actions` slot allows for slotting in any action elements. See the example below. ### footer -Bottom drawer of the card. Helpful for providing information of lesser importance. +Bottom drawer of the card. Useful for providing contextual information.