From a0fd2054bf67aee0214ac885396461d7e6d97013 Mon Sep 17 00:00:00 2001 From: Dhilip Date: Tue, 15 Aug 2017 15:32:55 +0530 Subject: [PATCH] [minor] Grammar [minor] Grammar --- docs/user-guide/jsonpath.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/jsonpath.md b/docs/user-guide/jsonpath.md index 0ca17dc318..0efc779a78 100644 --- a/docs/user-guide/jsonpath.md +++ b/docs/user-guide/jsonpath.md @@ -5,7 +5,7 @@ title: JSONPath Support JSONPath template is composed of JSONPath expressions enclosed by {}. And we add three functions in addition to the original JSONPath syntax: -1. The `$` operator is optional since the expression always start from the root object by default. +1. The `$` operator is optional since the expression always starts from the root object by default. 2. We can use `""` to quote text inside JSONPath expressions. 3. We can use `range` operator to iterate lists.