diff --git a/docs/api/apollo-subscribe-to-more.md b/docs/api/apollo-subscribe-to-more.md index 72af130a..69d155b5 100644 --- a/docs/api/apollo-subscribe-to-more.md +++ b/docs/api/apollo-subscribe-to-more.md @@ -52,4 +52,4 @@ export default { - `document`: GraphQL document that contains the subscription or a function that receives the `gql` tag as argument and should return the transformed document. - `variables`: Object which will automatically update the subscription variables. -- `updateQuery`: Function in which on can update the query result if needed. +- `updateQuery`: Function to update the query result if needed.