Fix spelling of referer

This commit is contained in:
Dino Koutrouzas 2018-01-16 00:25:50 +00:00 committed by GitHub
parent 5052a36567
commit 6917d92c37
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 ```elixir
conn |> get_req_header("referrer") conn |> get_req_header("referer")
``` ```
### Updating conn ### Updating conn