diff --git a/docs/index.md b/docs/index.md index 7ad03bc..1fdd019 100644 --- a/docs/index.md +++ b/docs/index.md @@ -95,7 +95,7 @@ Let's assume the following JSON document: } } ``` -First of all, to find values in a JSON document we need to load the JSON via **ObjectHandler**. The ObjectHandler wraps the JSON document and contains the path and the value of the node you are visiting within the JSON. To instantiate an ObjectHandler follow this code: +First of all, to find values in a JSON document we need to load it via **ObjectHandler**. The ObjectHandler wraps the JSON document and contains the path and the value of the node you are visiting within the JSON. To instantiate an ObjectHandler follow this code: ```java Facade facade = Facade.create();