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

Minor grammar improvements from Derek Brown

[ci-skip]
This commit is contained in:
Loïc Hoguin 2016-01-15 16:14:46 +01:00
parent 6deac75ea4
commit dbb636034f
3 changed files with 11 additions and 11 deletions

View file

@ -146,7 +146,7 @@ what the method is with `cowboy_req:method/1` and return a
different list for each methods.
The `AcceptResource` value is the name of the callback that will
be called if the content-type matches. It is defined as follow.
be called if the content-type matches. It is defined as follows.
Value type:: true | {true, URL} | false
Default behavior:: Crash if undefined.