Skip to content

Commit 411fa64

Browse files
Merge pull request #2458 from Khuzha/patch-1
Fix typo on graphql/federation page
2 parents ccc3664 + 772315d commit 411fa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/federation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ Start by installing the required dependency:
349349
$ npm install --save @apollo/gateway
350350
```
351351

352-
The gateway requires a list of endpoints to be specified and it will auto-discover the corresponding schemas. Therefore the implementation of the gateway servce will remain the same for both code and schema first approaches.
352+
The gateway requires a list of endpoints to be specified and it will auto-discover the corresponding schemas. Therefore the implementation of the gateway service will remain the same for both code and schema first approaches.
353353

354354
```typescript
355355
import { IntrospectAndCompose } from '@apollo/gateway';

0 commit comments

Comments
 (0)