Skip to content

Commit

Permalink
Fix typo (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Oct 10, 2024
1 parent adffd64 commit b06e43d
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 @@ -115,7 +115,7 @@ defmodule Bandit do
"""
@type http_options :: [
{:compress, boolean()}
| {:deflate_opions, deflate_options()}
| {:deflate_options, deflate_options()}
| {:log_exceptions_with_status_codes, list() | Range.t()}
| {:log_protocol_errors, :short | :verbose | false}
| {:log_client_closures, :short | :verbose | false}
Expand Down

0 comments on commit b06e43d

Please sign in to comment.