Merge pull request #368 from dino-k-29/patch-1

Fix spelling of referer
This commit is contained in:
Rico Sta. Cruz 2018-01-17 16:58:46 +08:00 committed by GitHub
commit 261eae5d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ conn.req_headers # → [{"content-type", "text/plain"}]
```
```elixir
conn |> get_req_header("referrer")
conn |> get_req_header("referer")
```
### Updating conn