From 8a907aeba5d29c34d4f8a8a722484376f7320e39 Mon Sep 17 00:00:00 2001 From: Alexandre Hamez <199517+ahamez@users.noreply.github.com> Date: Tue, 18 Jul 2023 22:56:11 +0200 Subject: [PATCH] Fix minor typo (#204) --- lib/req.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/req.ex b/lib/req.ex index 227d9af9..3a69a17b 100644 --- a/lib/req.ex +++ b/lib/req.ex @@ -903,7 +903,7 @@ defmodule Req do @doc """ Makes an HTTP request. - See `new/1` for a list of availale options. + See `new/1` for a list of available options. ## Examples