Skip to content

Commit af5e4f6

Browse files
authored
Grammar fix (graphql#1236)
1 parent 458c386 commit af5e4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/Learn-Queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In the previous example, we just asked for the name of our hero which returned a
4343
}
4444
```
4545

46-
Note that in this example, the `friends` field returns an array of items. GraphQL queries look the same for both single items or lists of items, however we know which one to expect based on what is indicated in the schema.
46+
Note that in this example, the `friends` field returns an array of items. GraphQL queries look the same for both single items or lists of items; however, we know which one to expect based on what is indicated in the schema.
4747

4848

4949
## Arguments

0 commit comments

Comments
 (0)