Skip to content

Commit d20c908

Browse files
authored
Merge pull request #7923 from Maestro2496/patch-2
Update apollo-subgraph-setup.mdx
2 parents 3abb490 + f6a108e commit d20c908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/using-federation/apollo-subgraph-setup.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The first step is to install the `@apollo/subgraph` package in our server projec
6464
npm install @apollo/subgraph
6565
```
6666

67-
We also need to require the `buildSubgraphSchema` function from this package in in the file where we initialize `ApolloServer` (we'll use it later):
67+
We also need to require the `buildSubgraphSchema` function from this package in the file where we initialize `ApolloServer` (we'll use it later):
6868

6969
<MultiCodeBlock>
7070

0 commit comments

Comments
 (0)