From 9393613214d45dc462a67a1d6dac8e0d83d32c4e Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Mon, 3 Sep 2012 22:49:31 +0200 Subject: fix typo in doc --- src/cowboy_req.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cowboy_req.erl') diff --git a/src/cowboy_req.erl b/src/cowboy_req.erl index f8e0b6a..151b4dc 100644 --- a/src/cowboy_req.erl +++ b/src/cowboy_req.erl @@ -712,7 +712,7 @@ skip_body(Req) -> {error, Reason} -> {error, Reason} end. -%% @doc Return the full body sent with the reqest, parsed as an +%% @doc Return the full body sent with the request, parsed as an %% application/x-www-form-urlencoded string. Essentially a POST query string. %% @todo We need an option to limit the size of the body for QS too. -spec body_qs(Req) -- cgit v1.2.3