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. */