Skip to content

Commit c32d3f2

Browse files
committed
docs: adjust comment styling
1 parent 1c693b6 commit c32d3f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ const store = new Vuex.Store({ ...options })
184184
console.log(mutation.payload)
185185
})
186186

187-
// You may call unsubscribe to stop the subscription
187+
// you may call unsubscribe to stop the subscription
188188
unsubscribe()
189189
```
190190
@@ -213,7 +213,7 @@ const store = new Vuex.Store({ ...options })
213213
console.log(action.payload)
214214
})
215215

216-
// You may call unsubscribe to stop the subscription
216+
// you may call unsubscribe to stop the subscription
217217
unsubscribe()
218218
```
219219

0 commit comments

Comments
 (0)