Skip to content

Commit e9f9de6

Browse files
authored
Merge pull request #7 from marleypowell/patch-1
docs: fixed typo in faq.md
2 parents 6fce8da + 8147e6d commit e9f9de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ags/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Then it can be used with `bind`.
149149

150150
```tsx
151151
function MyWidget() {
152-
const myvar = new MyVariableValue()
152+
const myvar = new MyVariable()
153153
const label = bind(myvar).as(({ string, number }) => {
154154
return `${string} ${number}`
155155
})

0 commit comments

Comments
 (0)