0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 12:40:25 +00:00

Fix typos in documentation

This commit is contained in:
Kian-Meng, Ang 2021-08-29 22:32:15 +08:00 committed by Loïc Hoguin
parent a93ac120f4
commit b12b4300ba
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
4 changed files with 6 additions and 6 deletions

View file

@ -64,7 +64,7 @@ experimental.
* Add automatic handling of range requests to REST handlers
that return the callback `auto` from `ranges_accepted/2`.
Cowboy will call the configured `ProvideCallback` and
then split the ouput automatically for the ranged response.
then split the output automatically for the ranged response.
* Enable range requests support in `cowboy_static`.