From da5783a94b8ad9eb1ab7d8032775ca0148da5587 Mon Sep 17 00:00:00 2001 From: Mat Trudel Date: Sat, 28 Oct 2023 11:36:48 -0400 Subject: [PATCH] Typo --- lib/bandit.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bandit.ex b/lib/bandit.ex index 2af488ef..d3cd8eae 100644 --- a/lib/bandit.ex +++ b/lib/bandit.ex @@ -293,7 +293,7 @@ defmodule Bandit do options {_, illegal_options} -> - raise "Unsupported keys(s) in #{name} config: #{inspect(Keyword.keys(illegal_options))}" + raise "Unsupported key(s) in #{name} config: #{inspect(Keyword.keys(illegal_options))}" end end