Skip to content

Commit 0f30a10

Browse files
committed
Merge pull request AsyncHttpClient#432 from kryger/patch-1
Nitpicking: "it's" -> "its"
2 parents 4d3a146 + ed9f9b3 commit 0f30a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Future<String> f = c.prepareGet("http://www.ning.com/").execute(new AsyncHandler
133133
String bodyResponse = f.get();
134134
```
135135

136-
Finally, you can also configure the AsyncHttpClient via it's AsyncHttpClientConfig object:
136+
Finally, you can also configure the AsyncHttpClient via its AsyncHttpClientConfig object:
137137

138138
```java
139139
AsyncHttpClientConfig cf = new AsyncHttpClientConfig.Builder()

0 commit comments

Comments
 (0)