Skip to content

Commit

Permalink
Update src/core/ApolloClient.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas authored Jan 22, 2024
1 parent 0c38f01 commit c254c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ApolloClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export interface ApolloClientOptions<TCacheShape> {
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.
*/
Expand Down

0 comments on commit c254c66

Please sign in to comment.