Skip to content

Commit 7b192a8

Browse files
committed
Fix typo
1 parent 63e55be commit 7b192a8

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
@@ -20,7 +20,7 @@ The **Fields** tab is where you select the data to extract from the JSON documen
2020

2121
#### `Fields have different lengths`
2222

23-
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.
23+
All fields must return the same number of values. If you get this error it means that one or more of the objects are missing the queried element.
2424

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

0 commit comments

Comments
 (0)