From b562a286617e055a6793a6f6e82050d77eeebec0 Mon Sep 17 00:00:00 2001 From: Michel Boaventura Date: Mon, 24 Jul 2023 17:24:29 -0300 Subject: [PATCH] Fix formatting errors on the doc The number of spaces was causing a funky display on the docs. --- lib/httpoison.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/httpoison.ex b/lib/httpoison.ex index 3144829..e74aab4 100644 --- a/lib/httpoison.ex +++ b/lib/httpoison.ex @@ -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