Skip to content

Commit

Permalink
Merge pull request #92 from ftLoic/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstar committed May 11, 2020
2 parents ba1c4e3 + 41823f1 commit 8575c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/overview/oauth/implicit-grant.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $response = $http->request('POST', 'https://graphql.anilist.co', [
'headers' => [
'Authorization' => 'Bearer ' . $accessToken,
'Accept' => 'application/json',
'Content-Type': 'application/json',
'Content-Type' => 'application/json',
],
]);
```
Expand Down

0 comments on commit 8575c37

Please sign in to comment.