From ca1a638eae0e683a2865f1f547cd5a165bc45ffd Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Fri, 28 Apr 2023 10:12:24 +0100 Subject: [PATCH] remove dot --- docs/data/base/components/badge/badge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/base/components/badge/badge.md b/docs/data/base/components/badge/badge.md index 6cf3d6befcd4aa..ec65a62c88a7c8 100644 --- a/docs/data/base/components/badge/badge.md +++ b/docs/data/base/components/badge/badge.md @@ -61,7 +61,7 @@ The Badge component is composed of a root `` that houses the element that ### Custom structure -Use the `slots` prop to override the root or any other interior slot.: +Use the `slots` prop to override the root or any other interior slot: ```jsx