Docs: Fix a typo.
Replace "heades" by "headers".
This commit is contained in:
committed by
Cyril Roelandt
parent
2e814635ff
commit
c2b6d659fc
@@ -60,7 +60,7 @@ def test_github_access():
|
|||||||
expect(response.status_code).to.equal(201)
|
expect(response.status_code).to.equal(201)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Providing custom heades
|
## Providing custom headers
|
||||||
|
|
||||||
**and all you need is to add keyword args in which the keys are always lower-cased and with underscores `_` instead of dashes `-`**
|
**and all you need is to add keyword args in which the keys are always lower-cased and with underscores `_` instead of dashes `-`**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user