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