Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kutter committed Jul 22, 2022
1 parent 2b7ef19 commit 8a8bef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ kw-button-secondary - <button class="kw-button-secondary">...</button>

Interactive Elements additionally support the disabled Attribute to show they are currently not available.
```html
kw-link - <a class="kw-link" disbaled>...</a>
kw-button-primary - <button class="kw-button-primary" disbaled>...</button>
kw-button-secondary - <button class="kw-button-secondary" disbaled>...</button>
kw-link - <a class="kw-link" disabled>...</a>
kw-button-primary - <button class="kw-button-primary" disabled>...</button>
kw-button-secondary - <button class="kw-button-secondary" disabled>...</button>
```

### Javascript Access
Expand Down

0 comments on commit 8a8bef5

Please sign in to comment.