Skip to content

Commit 6a3d6b0

Browse files
JJSpharmllemango
andauthored
Fix typo in README graphql example
Co-authored-by: Melanie Wang <[email protected]>
1 parent 7b4b435 commit 6a3d6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ For example, this GraphQL document uses a fragment to construct two named querie
190190
```graphql
191191
# ./order_queries.graphql
192192

193-
fragment orderInfo on Order {
193+
fragment OrderInfo on Order {
194194
id
195195
name
196196
createdAt

0 commit comments

Comments
 (0)