Skip to content

Commit 5e451f9

Browse files
authored
Merge pull request #37 from its-darsh/patch-2
fix: typo
2 parents cf0d94d + cc3957c commit 5e451f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/config/reactivity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ const MyButton = () => Widget.Button()
195195
```
196196

197197
:::note
198-
Most signals like `clicked` are available as a propety on the widget.
198+
Most signals like `clicked` are available as a property on the widget.
199199
So its rare that `.on` or `.connect` will be needed.
200200

201201
```js

0 commit comments

Comments
 (0)