Skip to content

Commit

Permalink
Merge pull request #9621 from theill/patch-1
Browse files Browse the repository at this point in the history
Update example headers with authentication
  • Loading branch information
jpvajda authored May 11, 2022
2 parents 0d47b1c + 2e58f60 commit 18b57d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/api/link/apollo-link-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ See [Customizing `fetch`](#customizing-fetch).

<td>

An object representing headers to include in every HTTP request, such as `{Authentication: 'Bearer abc123'}`.
An object representing headers to include in every HTTP request, such as `{Authorization: 'Bearer abc123'}`.
</td>
</tr>

Expand Down Expand Up @@ -220,7 +220,7 @@ The default value is `/graphql`.

<td>

An object representing headers to include in the HTTP request, such as `{Authentication: 'Bearer abc123'}`.
An object representing headers to include in the HTTP request, such as `{Authorization: 'Bearer abc123'}`.
</td>
</tr>

Expand Down

0 comments on commit 18b57d4

Please sign in to comment.