Skip to content

Commit 21cbf64

Browse files
authored
Merge pull request #438 from tjkyner/patch-1
typo fix
2 parents ec04bce + 21c05a9 commit 21cbf64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Most of the time when consuming RESTful services you probably want to map the re
354354

355355
For this you need to provide the Unirest configuration with a implementation of ```ObjectMapper``` (see [Object Mappers](#object-mappers) for details.).
356356

357-
If the response is JSON you are in luck and Unirest comes with a basic ```JsonObjectMapper``` basic on Google GSON
357+
If the response is JSON you are in luck and Unirest comes with a basic ```JsonObjectMapper``` based on Google GSON.
358358

359359
Before an `asObject(Class)` it is necessary to provide a custom implementation of the `ObjectMapper` interface (if you do not wish to use the default mapper). This should be done only the first time, as the instance of the ObjectMapper will be shared globally.
360360

0 commit comments

Comments
 (0)