We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d3a146 + ed9f9b3 commit 0f30a10Copy full SHA for 0f30a10
README.md
@@ -133,7 +133,7 @@ Future<String> f = c.prepareGet("http://www.ning.com/").execute(new AsyncHandler
133
String bodyResponse = f.get();
134
```
135
136
-Finally, you can also configure the AsyncHttpClient via it's AsyncHttpClientConfig object:
+Finally, you can also configure the AsyncHttpClient via its AsyncHttpClientConfig object:
137
138
```java
139
AsyncHttpClientConfig cf = new AsyncHttpClientConfig.Builder()
0 commit comments