Skip to content

Commit

Permalink
Fix formatting errors on the doc
Browse files Browse the repository at this point in the history
The number of spaces was causing a funky display on the docs.
  • Loading branch information
michelboaventura authored and edgurgel committed Jul 28, 2023
1 parent b2d4438 commit b562a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/httpoison.ex
Expand Up @@ -29,9 +29,9 @@ defmodule HTTPoison.Request do
* `:socks5_user`- socks5 username
* `:socks5_pass`- socks5 password
* `:ssl` - SSL options supported by the `ssl` erlang module. SSL defaults will be used where options
are not specified.
are not specified.
* `:ssl_override` - if `:ssl` is specified, this option is ignored, otherwise it can be used to
completely override SSL settings.
completely override SSL settings.
* `:follow_redirect` - a boolean that causes redirects to be followed, can cause a request to return
a `MaybeRedirect` struct. See: HTTPoison.MaybeRedirect
* `:max_redirect` - an integer denoting the maximum number of redirects to follow. Default is 5
Expand Down

0 comments on commit b562a28

Please sign in to comment.