Skip to content

Commit a6e4af1

Browse files
Update content/graphql/quick-start.md
1 parent d823704 commit a6e4af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ GraphQLModule.forRoot({
8080
}),
8181
```
8282

83-
> warning **Warning** If you use the `apollo-server-fastify` package with multiple GraphQL endpoints in a single application, enable the `disableHealthCheck` setting to` true` in the configuration` GraphQLModule`.
83+
> warning **Warning** If you use the `apollo-server-fastify` package with multiple GraphQL endpoints in a single application, make sure to enable the `disableHealthCheck` setting in the `GraphQLModule` configuration.
8484
8585
#### Code first
8686

0 commit comments

Comments
 (0)