From 23eb74011c45502b69f2ffe6692172468fea4765 Mon Sep 17 00:00:00 2001
From: Kamil Kisiela
Date: Fri, 22 Nov 2024 20:06:15 +0100
Subject: [PATCH] Update federation-page.tsx
---
packages/web/docs/src/components/federation-page.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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