aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_req.read_urlencoded_body.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/manual/cowboy_req.read_urlencoded_body.asciidoc')
-rw-r--r--doc/src/manual/cowboy_req.read_urlencoded_body.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/cowboy_req.read_urlencoded_body.asciidoc b/doc/src/manual/cowboy_req.read_urlencoded_body.asciidoc
index f8a72ab..3b65fcf 100644
--- a/doc/src/manual/cowboy_req.read_urlencoded_body.asciidoc
+++ b/doc/src/manual/cowboy_req.read_urlencoded_body.asciidoc
@@ -60,7 +60,7 @@ to 5 seconds.
An `ok` tuple is returned containing a list of key/values found
in the body.
-The Req object returned in the tuple must be used for that point
+The Req object returned in the tuple must be used from that point
onward. It contains a more up to date representation of the request.
For example it may have an added content-length header once the
body has been read.