HTTPCLIENT-1419: fixed typo in tutorial

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1530338 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2013-10-08 16:20:40 +00:00
parent bcd41d700f
commit 8a170e0a88
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ if (entity != null) {
<section>
<title>Producing entity content</title>
<para>HttpClient provides several classes that can be used to efficiently stream out
content though HTTP connections. Instances of those classes can be associated with
content throught HTTP connections. Instances of those classes can be associated with
entity enclosing requests such as <literal>POST</literal> and <literal>PUT</literal>
in order to enclose entity content into outgoing HTTP requests. HttpClient provides
several classes for most common data containers such as string, byte array, input