From 2fb24f2f04305a01942823fb7edd696ab234366d Mon Sep 17 00:00:00 2001 From: Nilesh Mali <44889195+nm-infy@users.noreply.github.com> Date: Mon, 1 Jun 2020 15:55:19 +0530 Subject: [PATCH] correct spelling in apollo_federation.md --- docs/en/src/apollo_federation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/src/apollo_federation.md b/docs/en/src/apollo_federation.md index 74c7521e..f415068b 100644 --- a/docs/en/src/apollo_federation.md +++ b/docs/en/src/apollo_federation.md @@ -10,7 +10,7 @@ - The `provides` property indicates the fields provided by a service. -The definition of a root Query type is slighly different. An entity search function must be defined. For example: +The definition of a root Query type is slightly different. An entity search function must be defined. For example: ```rust struct Query;