From 4b45acaec26e1413b70b211549ae25d04ced96bb Mon Sep 17 00:00:00 2001 From: Joel Bowen Date: Tue, 16 Jul 2019 11:11:07 -0400 Subject: [PATCH] docs: clarify updateQuery prop on SubscribeToMore (#703) The description was difficult to understand, simplified in an attempt to improve clarity. --- docs/api/apollo-subscribe-to-more.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/apollo-subscribe-to-more.md b/docs/api/apollo-subscribe-to-more.md index 72af130..69d155b 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.