From b38e695cdc3a580d4ea9cca310983a34443e91d8 Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Tue, 26 Dec 2023 08:59:32 -0500 Subject: [PATCH] Language fix --- src/content/learn/Learn-Schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/Learn-Schema.md b/src/content/learn/Learn-Schema.md index 3bb4d32c1a..f6dd3ec39e 100644 --- a/src/content/learn/Learn-Schema.md +++ b/src/content/learn/Learn-Schema.md @@ -297,7 +297,7 @@ Learn more about this in the [inline fragments](/learn/queries/#inline-fragments ### Union types -Union types are very similar to interfaces, but they don't get to specify any common fields between the types. +Union types are very similar to interfaces, but they don't get too specify about any common fields between the types. ```graphql union SearchResult = Human | Droid | Starship