Skip to content

Commit 0bad5d0

Browse files
authored
Language fix for Union Types under "Learn" (#1599)
1 parent fa11e3f commit 0bad5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/Learn-Schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Learn more about this in the [inline fragments](/learn/queries/#inline-fragments
297297

298298
### Union types
299299

300-
Union types are very similar to interfaces, but they don't get to specify any common fields between the types.
300+
Union types are very similar to interfaces, but they don't get too specify about any common fields between the types.
301301

302302
```graphql
303303
union SearchResult = Human | Droid | Starship

0 commit comments

Comments
 (0)