Skip to content

Commit

Permalink
Merge pull request #117 from hashcowuwu/patch-1
Browse files Browse the repository at this point in the history
docs: fix  first-widgets.md
  • Loading branch information
Aylur authored Nov 20, 2024
2 parents 920e7d2 + 0cd2569 commit e196403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/typescript/first-widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function Counter() {
<label label={bind(count).as(num => num.toString())} />
<button onClicked={increment}>
Click to increment
<button>
</button>
</box>
}
```
Expand Down

0 comments on commit e196403

Please sign in to comment.