Skip to content

Commit 4b45aca

Browse files
joelbowenAkryum
authored andcommitted
docs: clarify updateQuery prop on SubscribeToMore (#703)
The description was difficult to understand, simplified in an attempt to improve clarity.
1 parent 9df3646 commit 4b45aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/apollo-subscribe-to-more.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ export default {
5252

5353
- `document`: GraphQL document that contains the subscription or a function that receives the `gql` tag as argument and should return the transformed document.
5454
- `variables`: Object which will automatically update the subscription variables.
55-
- `updateQuery`: Function in which on can update the query result if needed.
55+
- `updateQuery`: Function to update the query result if needed.

0 commit comments

Comments
 (0)