diff --git a/docs/ags/faq.md b/docs/ags/faq.md index ae3e4fc..61c9bff 100644 --- a/docs/ags/faq.md +++ b/docs/ags/faq.md @@ -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}` })