aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-01-15 16:14:46 +0100
committerLoïc Hoguin <[email protected]>2016-01-15 16:16:56 +0100
commitdbb636034f20736e16eb9d6c809217c9525b6cbd (patch)
tree5d1b9f94d827873f2e7851443fb6c7a6659f2d16 /doc/src/manual
parent6deac75ea4f824c4ff9df9e37785592d8d5b5120 (diff)
downloadcowboy-dbb636034f20736e16eb9d6c809217c9525b6cbd.tar.gz
cowboy-dbb636034f20736e16eb9d6c809217c9525b6cbd.tar.bz2
cowboy-dbb636034f20736e16eb9d6c809217c9525b6cbd.zip
Minor grammar improvements from Derek Brown2.0.0-pre.3
[ci-skip]
Diffstat (limited to 'doc/src/manual')
-rw-r--r--doc/src/manual/cowboy_rest.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/cowboy_rest.asciidoc b/doc/src/manual/cowboy_rest.asciidoc
index 6380d41..b504776 100644
--- a/doc/src/manual/cowboy_rest.asciidoc
+++ b/doc/src/manual/cowboy_rest.asciidoc
@@ -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.