From a90935b6aaaee22063b2a00d689f7d65da294ad7 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 30 Jul 2024 16:45:53 +0200 Subject: [PATCH] docs(chip): update --- .../components/content/examples/chip/ChipShowExample.vue | 9 +++++---- docs/content/3.components/chip.md | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/app/components/content/examples/chip/ChipShowExample.vue b/docs/app/components/content/examples/chip/ChipShowExample.vue index 1d66abc5..5ef895f5 100644 --- a/docs/app/components/content/examples/chip/ChipShowExample.vue +++ b/docs/app/components/content/examples/chip/ChipShowExample.vue @@ -1,19 +1,20 @@ diff --git a/docs/content/3.components/chip.md b/docs/content/3.components/chip.md index 498ff3bf..7aa6a7e1 100644 --- a/docs/content/3.components/chip.md +++ b/docs/content/3.components/chip.md @@ -132,7 +132,7 @@ You can control the visibility of the Chip using the `show` prop. :component-example{name="chip-show-example"} ::note -In this example, the Chip has a color per status and is only displayed when the status is not `offline`. +In this example, the Chip has a color per status and is displayed when the status is not `offline`. :: ## API