corrected typo

This commit is contained in:
Chandan Rai 2017-07-22 09:32:10 +05:30 committed by GitHub
parent 20722fddf2
commit 27da6eaad7

View file

@ -178,7 +178,7 @@ module.exports = server.microGraphql({ schema: myGraphQLSchema });
## Options
Apollo Server can be configured with an options object with the the following fields:
Apollo Server can be configured with an options object with the following fields:
* **schema**: the GraphQLSchema to be used
* **context**: the context value passed to resolvers during GraphQL execution