Skip to content

Commit aba76a7

Browse files
authored
Fix typo in HTTP docs (#409)
1 parent 3cfc4cd commit aba76a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mint/http.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ defmodule Mint.HTTP do
310310
no CA trust store is specified using the `:cacertfile` or `:cacerts`
311311
option, Mint will attempt to use the trust store from the
312312
[CAStore](https://github.com/elixir-mint/castore) package or raise an
313-
exception if this package is not available. It is reommended to set this
313+
exception if this package is not available. It is recommended to set this
314314
option to `:public_key.cacerts_get()`.
315315
316316
* `:cacertfile` - path to a file containing PEM-encoded CA certificates.

0 commit comments

Comments
 (0)