Skip to content

Commit 772315d

Browse files
authored
fix typo
1 parent ccc3664 commit 772315d

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)