From 1bcae0c2d746c82c5d83a0a7a3d249e30b564eb7 Mon Sep 17 00:00:00 2001 From: Joel Bowen Date: Mon, 15 Jul 2019 17:43:31 -0400 Subject: [PATCH] docs: clarify updateQuery prop on SubscribeToMore 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 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.