Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

Update urql.md with small typo fix (#3522)

Changed files
+1 -1
docs
api
+1 -1
docs/api/urql.md
···
incoming from a subscription event, and may be used to "reduce" the data over time, altering the
value of `result.data`.
-
This hook returns a tuple of the shape `[result, executeQuery]`.
- The `result` is an object with the shape of an [`OperationResult`](./core.md#operationresult).
- The `executeSubscription` function optionally accepts
···
incoming from a subscription event, and may be used to "reduce" the data over time, altering the
value of `result.data`.
+
This hook returns a tuple of the shape `[result, executeSubscription]`.
- The `result` is an object with the shape of an [`OperationResult`](./core.md#operationresult).
- The `executeSubscription` function optionally accepts