From 552d267b61189fe6dc1f2257d86f7cba13a70ba4 Mon Sep 17 00:00:00 2001 From: Dimitris Zorbas Date: Fri, 28 Jul 2023 20:51:17 +0300 Subject: [PATCH] Fix doc typo in req.ex --- lib/req.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/req.ex b/lib/req.ex index acb80fd4..f9dc3268 100644 --- a/lib/req.ex +++ b/lib/req.ex @@ -876,7 +876,7 @@ defmodule Req do * a `Keyword` options; * a `Req.Request` struct - See `new/1` for a list of availale options. + See `new/1` for a list of available options. ## Examples