Skip to content

Commit

Permalink
Merge pull request #94 from christian-fei/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in docs
  • Loading branch information
edgurgel committed Nov 10, 2015
2 parents e630921 + 65d934d commit 82dad16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/httpoison/base.ex
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ defmodule HTTPoison.Base do
* `:timeout` - timeout to establish a connection, in milliseconds. Default is 8000
* `:recv_timeout` - timeout used when receiving a connection. Default is 5000
* `:stream_to` - a PID to stream the response to
* `:proxy` - a proxy to be used for the request; it can by a regular url
* `:proxy` - a proxy to be used for the request; it can be a regular url
or a `{Host, Proxy}` tuple
* `:proxy_auth` - proxy authentication `{User, Password}` tuple
* `:ssl` - SSL options supported by the `ssl` erlang module
Expand Down

0 comments on commit 82dad16

Please sign in to comment.