Skip to content

Commit

Permalink
Fix typos in tag.md (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount authored Nov 4, 2024
1 parent 9919e43 commit a675671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/components/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit a675671

Please sign in to comment.