diff options
-rw-r--r-- | manual/cowboy_rest.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/cowboy_rest.md b/manual/cowboy_rest.md index c79aebb..4d5862a 100644 --- a/manual/cowboy_rest.md +++ b/manual/cowboy_rest.md @@ -207,7 +207,7 @@ REST callbacks description > * Value = [{binary() | {Type, SubType, Params}, ProvideResource}] > * Type = SubType = binary() > * Params = '*' | [{binary(), binary()}] -> * AcceptResource = atom() +> * ProvideResource = atom() > > Return the list of content-types the resource provides. > |