Просмотр исходного кода

Merge pull request #254 from billiob/master

fix typo in doc
Loïc Hoguin 12 лет назад
Родитель
Сommit
1f6c324c3f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/cowboy_req.erl

+ 1 - 1
src/cowboy_req.erl

@@ -733,7 +733,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)