From 1750a7df9a14b4b2cc3e79e52a5c923e60e04554 Mon Sep 17 00:00:00 2001 From: Angelina Gadzhieva Date: Tue, 4 Jun 2024 13:36:34 +0300 Subject: [PATCH] docs(Card): fix readme (#1624) --- src/components/Card/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/Card/README.md b/src/components/Card/README.md index 13981b3aa8..1cf9945617 100644 --- a/src/components/Card/README.md +++ b/src/components/Card/README.md @@ -102,7 +102,7 @@ This parameter is used to specify the view or layout style of the `Card`. It all - `clear`: no style will be applied. - `outlined`: applies thin border to highlight card content. -- `filed`: fills in the card content. +- `filled`: fills in the card content. - `raised`: applies a shadow to slightly lift the container.