docs: fix missing language

This commit is contained in:
Guillaume Chau
2019-12-02 14:55:26 +01:00
parent b0eb4ad3f9
commit 8f3502f578
@@ -454,13 +454,13 @@ export default {
It expects either an object or a function that will automatically be reactive:
```
```js
subscribeToMore({
// options...
})
```
```
```js
subscribeToMore(() => ({
// options...
}))