Skip to content

Commit 01beff7

Browse files
committed
Fix typo.
1 parent 9cf31c9 commit 01beff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/learn/schema.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ To ask for a field on a specific Object type, you need to use an [inline fragmen
313313
{
314314
hero(episode: JEDI) {
315315
name
316-
...on Droid {
316+
... on Droid {
317317
primaryFunction
318318
}
319319
}

0 commit comments

Comments
 (0)