Skip to content

Commit 943e322

Browse files
Fix reference to old class
Co-authored-by: Lenz Weber-Tronic <lorenz.weber-tronic@apollographql.com>
1 parent 4d00299 commit 943e322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Take for example a user auth token being found, cached, then removed on a 401 re
6161
```js
6262
import { ServerError } from "@apollo/client";
6363
import { SetContextLink } from "@apollo/client/link/context";
64-
import { onError } from "@apollo/client/link/error";
64+
import { ErrorLink } from "@apollo/client/link/error";
6565

6666
// cached storage for the user token
6767
let token;

0 commit comments

Comments
 (0)