Docs: Fix a typo.

Replace "heades" by "headers".
This commit is contained in:
Michael Wheeler
2013-10-29 08:20:27 -04:00
committed by Cyril Roelandt
parent 2e814635ff
commit c2b6d659fc

View File

@@ -60,7 +60,7 @@ def test_github_access():
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 `-`**