Skip to content

Commit

Permalink
(docs) update "its" to "their" (#3461)
Browse files Browse the repository at this point in the history
  • Loading branch information
timrs2998 authored and trevor-scheer committed Nov 1, 2019
1 parent 8d3a4a6 commit 73cdf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/federation/core-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73cdf0d

Please sign in to comment.