From c254c66fe075634bb46978736cf03594a8b8c20d Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Mon, 22 Jan 2024 10:54:47 +0100 Subject: [PATCH] Update src/core/ApolloClient.ts --- src/core/ApolloClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ApolloClient.ts b/src/core/ApolloClient.ts index fc4cd30d4e0..a0b33993d61 100644 --- a/src/core/ApolloClient.ts +++ b/src/core/ApolloClient.ts @@ -52,7 +52,7 @@ export interface ApolloClientOptions { uri?: string | UriFunction; credentials?: string; /** - * An object representing headers to include in eery HTTP request, such as `{Authorization: 'Bearer 1234'}` + * An object representing headers to include in every HTTP request, such as `{Authorization: 'Bearer 1234'}` * * This value will be ignored when using the `link` option. */