Browse Source

manual: Fix a typo in a typespec

Loïc Hoguin 12 years ago
parent
commit
c7f0834dc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manual/cowboy_rest.md

+ 1 - 1
manual/cowboy_rest.md

@@ -207,7 +207,7 @@ REST callbacks description
 >  *  Value = [{binary() | {Type, SubType, Params}, ProvideResource}]
 >  *  Value = [{binary() | {Type, SubType, Params}, ProvideResource}]
 >  *  Type = SubType = binary()
 >  *  Type = SubType = binary()
 >  *  Params = '*' | [{binary(), binary()}]
 >  *  Params = '*' | [{binary(), binary()}]
->  *  AcceptResource = atom()
+>  *  ProvideResource = atom()
 >
 >
 > Return the list of content-types the resource provides.
 > Return the list of content-types the resource provides.
 >
 >