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

docs: fix link for combinederror (#3751)

authored by

Yukihiro Hasegawa and committed by
GitHub
b7ede5aa 7a798ecd

+1 -1
+1 -1
docs/basics/errors.md
··· 7 7 8 8 When we use a GraphQL API there are two kinds of errors we may encounter: Network Errors and GraphQL 9 9 Errors from the API. Since it's common to encounter either of them, there's a 10 - [`CombinedError`](../api/core.md#combinederror-class) class that can hold and abstract either. 10 + [`CombinedError`](../api/core.md#combinederror) class that can hold and abstract either. 11 11 12 12 We may encounter a `CombinedError` when using `urql` wherever an `error` may be returned, typically 13 13 in results from the API. The `CombinedError` can have one of two properties that describe what went