Skip to content

Commit

Permalink
Update code example in practical guide (#134)
Browse files Browse the repository at this point in the history
I noticed it was giving the same code example twice, but the second one isn't right
  • Loading branch information
pooriajr authored Sep 25, 2021
1 parent 0b9119e commit c532f4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ disable the element without showing new text. Not a problem.

```html
<button id="disable-example"
data-disable-with="Now I'm disabled...">
data-disable="true">
I'm enabled!
</button>

Expand Down

0 comments on commit c532f4b

Please sign in to comment.