Skip to content

Commit 63e55be

Browse files
committed
Fix typo
1 parent 3a2afcb commit 63e55be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/query-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The **Fields** tab is where you select the data to extract from the JSON documen
2222

2323
All fields must return the same number of values. If you get this error it means that one or more of the objects is missing the queried element.
2424

25-
In the following example, the `name` property is present in both object, but `version` isn't.
25+
In the following example, the `name` property is present in both objects, but `version` isn't.
2626

2727
```json
2828
{

0 commit comments

Comments
 (0)