Skip to content

Commit 7fe69f9

Browse files
committed
Typo fixes #80
1 parent 213b6b7 commit 7fe69f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 4 -- Introspection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A GraphQL server supports introspection over its schema. This schema is queried
44
using GraphQL itself, creating a powerful platform for tool-building.
55

66
Take an example query for a trivial app. In this case there is a User type with
7-
three fields: id, user, and birthday.
7+
three fields: id, name, and birthday.
88

99
For example, given a server with the following type definition:
1010

0 commit comments

Comments
 (0)