We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c693b6 commit c32d3f2Copy full SHA for c32d3f2
docs/api/README.md
@@ -184,7 +184,7 @@ const store = new Vuex.Store({ ...options })
184
console.log(mutation.payload)
185
})
186
187
- // You may call unsubscribe to stop the subscription
+ // you may call unsubscribe to stop the subscription
188
unsubscribe()
189
```
190
@@ -213,7 +213,7 @@ const store = new Vuex.Store({ ...options })
213
console.log(action.payload)
214
215
216
217
218
219
0 commit comments