Skip to content

Commit ed9f9b3

Browse files
committed
Nitpicking: "it's" -> "its"
1 parent 22cb35a commit ed9f9b3

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)