Skip to content

Commit

Permalink
remove dot
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Apr 28, 2023
1 parent 8637f0d commit ca1a638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/base/components/badge/badge.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The Badge component is composed of a root `<span>` 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
<Badge slots={{ root: 'div', badge: 'div' }} />
Expand Down

0 comments on commit ca1a638

Please sign in to comment.