mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Fix typos in documentation
This commit is contained in:
parent
a93ac120f4
commit
b12b4300ba
4 changed files with 6 additions and 6 deletions
|
@ -127,7 +127,7 @@ do_accept_callback_true(Config, Fun) ->
|
|||
ok.
|
||||
|
||||
charset_in_content_types_provided(Config) ->
|
||||
doc("When a charset is matched explictly in content_types_provided, "
|
||||
doc("When a charset is matched explicitly in content_types_provided, "
|
||||
"that charset is used and the charsets_provided callback is ignored."),
|
||||
ConnPid = gun_open(Config),
|
||||
Ref = gun:get(ConnPid, "/charset_in_content_types_provided", [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue