aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-05-25 17:50:16 +0200
committerLoïc Hoguin <[email protected]>2013-05-25 17:50:16 +0200
commitc7f0834dc379053023a98a04d9fc294bc196dfa3 (patch)
treef992b1a06996190a5ac106429f874d0158a27af5 /manual
parentcadde391f7d693c043963c7c7ebde7373e05d570 (diff)
downloadcowboy-c7f0834dc379053023a98a04d9fc294bc196dfa3.tar.gz
cowboy-c7f0834dc379053023a98a04d9fc294bc196dfa3.tar.bz2
cowboy-c7f0834dc379053023a98a04d9fc294bc196dfa3.zip
manual: Fix a typo in a typespec
Diffstat (limited to 'manual')
-rw-r--r--manual/cowboy_rest.md2
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.
>