Skip to content

Commit 402488b

Browse files
Update 10_usingovermindwithvue.md (cerebral#310)
Update 10_usingovermindwithvue.md
2 parents 35c5723 + 33204cb commit 402488b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/overmind-website/guides/beginner/10_usingovermindwithvue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ h(Example, { name: "guide/usingovermindwithvue/passprops_plugin" })
3333

3434
### State effects
3535

36-
To run effects in components based on changes to state you use the **addMutationListener** function in the lifecycle hooks of Vue.
36+
To run effects in components based on changes to state you use the **reaction** function in the lifecycle hooks of Vue.
3737

3838
```marksy
3939
h(Example, { name: "guide/usingovermindwithvue/effect" })

0 commit comments

Comments
 (0)