Fix typos in tag.md (#2248)

carousel-dragging
Andreas 2024-11-04 20:18:15 +01:00 zatwierdzone przez GitHub
rodzic 9919e435bb
commit a675671353
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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>