Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Oct 28, 2023
1 parent 0d70c7f commit da5783a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bandit.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit da5783a

Please sign in to comment.