Skip to content

Commit 201376e

Browse files
committed
Tweak sentence
1 parent ed28279 commit 201376e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/api/link/apollo-link-subscriptions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ See the [`ClientOptions`](https://the-guild.dev/graphql/ws/docs/client/interface
3434

3535
#### Retrying failed connections
3636

37-
See the [`graphql-ws` recipes](https://the-guild.dev/graphql/ws/recipes) for strategies on retrying failed connections from the client. We recommend this approach because it provides more detailed information on why the connection failed.
37+
See the [`graphql-ws` recipes](https://the-guild.dev/graphql/ws/recipes) for strategies on retrying failed connections from the client. We generally recommend this approach over retrying failed connections from the link chain or your components because it provides more detailed information on why the connection failed.
3838

3939
Alternatively, you can handle retries more generically within the link chain by using [`RetryLink`](./apollo-link-retry). This link resends the operation to the terminating link upon failure.
4040

0 commit comments

Comments
 (0)