Skip to content

Commit

Permalink
Minor changes on the doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Antukh committed May 2, 2015
1 parent e9657e1 commit 51e0144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/content.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ or `multipart/form-data`), you should use the `parse-formdata` helper function:
The return value of `parse-formdata` is a clojure map with parsed key value pairs, including files
uploaded with `multipart/form-data` content type.

In other some situations we need more low level access to the body. In this case, you can obtain a
In other situations we may need more low level access to the body. In this case, you can obtain a
object instance that represents a body using the `get-body` function. The return value of that function
implements the convenient protocols from `clojure.java.io` namespace, then you can use it for create
a apropiate reader or input stream depending of you needs. Also, for convenience, the request and
Expand Down

0 comments on commit 51e0144

Please sign in to comment.