diff options
author | Kian-Meng, Ang <[email protected]> | 2021-08-29 22:32:15 +0800 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2023-12-06 18:46:56 +0100 |
commit | b12b4300bad166e91c894d978220a28ccfc4e2bc (patch) | |
tree | 1fea3d256d6de6495f37d741353cafb20607c813 /test/rest_handler_SUITE.erl | |
parent | a93ac120f495d417b9dd1e1d86085bb258a7482c (diff) | |
download | cowboy-b12b4300bad166e91c894d978220a28ccfc4e2bc.tar.gz cowboy-b12b4300bad166e91c894d978220a28ccfc4e2bc.tar.bz2 cowboy-b12b4300bad166e91c894d978220a28ccfc4e2bc.zip |
Fix typos in documentation
Diffstat (limited to 'test/rest_handler_SUITE.erl')
-rw-r--r-- | test/rest_handler_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rest_handler_SUITE.erl b/test/rest_handler_SUITE.erl index 1667565..b082810 100644 --- a/test/rest_handler_SUITE.erl +++ b/test/rest_handler_SUITE.erl @@ -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", [ |