From 0de5e4df733ce61356be8bb978746e13540fe9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 30 Aug 2016 13:29:19 +0200 Subject: Fix more documentation rendering issues --- docs/en/cowboy/2.0/guide/req_body/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/en/cowboy/2.0/guide/req_body') diff --git a/docs/en/cowboy/2.0/guide/req_body/index.html b/docs/en/cowboy/2.0/guide/req_body/index.html index f267b82d..9a0a3cfc 100644 --- a/docs/en/cowboy/2.0/guide/req_body/index.html +++ b/docs/en/cowboy/2.0/guide/req_body/index.html @@ -79,7 +79,7 @@ possible to read it once.

present and was not read, Cowboy will either cancel or skip its download, depending on the protocol.

Cowboy provides functions for reading the body raw, -and read and parse form urlencoded or multipart bodies. +and read and parse form urlencoded or multipart bodies. The latter is covered in its own chapter.

Request body presence

-- cgit v1.2.3