mirror of
https://github.com/zoriya/astal.git
synced 2025-12-06 06:06:10 +00:00
docs: fixed typo in faq.md
This commit is contained in:
@@ -149,7 +149,7 @@ Then it can be used with `bind`.
|
||||
|
||||
```tsx
|
||||
function MyWidget() {
|
||||
const myvar = new MyVariableValue()
|
||||
const myvar = new MyVariable()
|
||||
const label = bind(myvar).as(({ string, number }) => {
|
||||
return `${string} ${number}`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user