From 73cdf0d533908894282debdb6dc5444186af27a6 Mon Sep 17 00:00:00 2001 From: Tim Schoenheider Date: Fri, 1 Nov 2019 09:39:45 -0700 Subject: [PATCH] (docs) update "its" to "their" (#3461) --- docs/source/federation/core-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/federation/core-concepts.md b/docs/source/federation/core-concepts.md index 075ea1e92e9..65cecfeb9a0 100644 --- a/docs/source/federation/core-concepts.md +++ b/docs/source/federation/core-concepts.md @@ -25,7 +25,7 @@ In this example, the `@key` directive tells the Apollo query planner that a part ## Referencing external types -Once an entity is part of the graph, other services can begin to reference that type from its own types. Let's look at how the reviews service can join across services to return a `Product`: +Once an entity is part of the graph, other services can begin to reference that type from their own types. Let's look at how the reviews service can join across services to return a `Product`: ```graphql # in the reviews service