Skip to content

Commit

Permalink
fix: text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdeep Chandra authored and najikahalsema committed Jun 21, 2023
1 parent a20fb41 commit 0121fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/button/README.md
Expand Up @@ -306,7 +306,7 @@ Events handlers for clicks and other user actions can be registered on a
<sp-button onclick="spAlert(this, '<sp-button> clicked!')">Click me</sp-button>
```

In addition to handling events like a native `<button>` HTML element, one can also use a Button like the `<a>` HTML Element by using the href and optional \_target attributes.
In addition to handling events like a native `<button>` HTML element, one can also use a `<sp-button>` in place of the `<a>` element by using the `href` and optional `target` attribute.

```html
<sp-button
Expand Down

0 comments on commit 0121fd6

Please sign in to comment.