Skip to content

Commit 9baeec7

Browse files
gschmidtSashko Stubailo
authored and
Sashko Stubailo
committed
Correct typo (graphql#79)
it's -> its
1 parent 5c080d2 commit 9baeec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/Learn-Queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ On this page, you'll learn in detail about how to query a GraphQL server.
1111

1212
## Fields
1313

14-
At it's simplest, GraphQL is about asking for specific fields on objects. Let's start by looking at a very simple query and the result we get when we run it:
14+
At its simplest, GraphQL is about asking for specific fields on objects. Let's start by looking at a very simple query and the result we get when we run it:
1515

1616
```graphql
1717
# { "graphiql": true }

0 commit comments

Comments
 (0)