diff --git a/docs/source/using-federation/apollo-subgraph-setup.mdx b/docs/source/using-federation/apollo-subgraph-setup.mdx index f3edf1d4bd1..1bfbc9346f1 100644 --- a/docs/source/using-federation/apollo-subgraph-setup.mdx +++ b/docs/source/using-federation/apollo-subgraph-setup.mdx @@ -64,7 +64,7 @@ The first step is to install the `@apollo/subgraph` package in our server projec npm install @apollo/subgraph ``` -We also need to require the `buildSubgraphSchema` function from this package in in the file where we initialize `ApolloServer` (we'll use it later): +We also need to require the `buildSubgraphSchema` function from this package in the file where we initialize `ApolloServer` (we'll use it later):