diff --git a/packages/web/docs/src/components/federation-page.tsx b/packages/web/docs/src/components/federation-page.tsx index b288fa986..686550e07 100644 --- a/packages/web/docs/src/components/federation-page.tsx +++ b/packages/web/docs/src/components/federation-page.tsx @@ -385,7 +385,7 @@ function HowFederationWorks(props: { className?: string }) {

Query Planning

- The process of resolving a GraphQL requests is called query planning. During the + The process of resolving a GraphQL request is called query planning. During the query planning, the gateway decides which subgraph should resolve a given part of the query, and then sends the query to the appropriate subgraph. The subgraph resolves the query and returns the data. The gateway then combines all the data and