Fix typos in tag.md (#2248)

This commit is contained in:
Andreas
2024-11-04 20:18:15 +01:00
committed by GitHub
parent 9919e435bb
commit a675671353

View File

@@ -31,7 +31,7 @@ const App = () => (
### Sizes
Use the `size` attribute to change a tab's size.
Use the `size` attribute to change a tag's size.
```html:preview
<sl-tag size="small">Small</sl-tag>
@@ -53,7 +53,7 @@ const App = () => (
### Pill
Use the `pill` attribute to give tabs rounded edges.
Use the `pill` attribute to give tags rounded edges.
```html:preview
<sl-tag size="small" pill>Small</sl-tag>