diff --git a/manual/cowboy_rest.md b/manual/cowboy_rest.md index c79aebb9..4d5862a5 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. >