Skip to content

Commit

Permalink
Update migration.md (#160)
Browse files Browse the repository at this point in the history
Simple typo, QL was not capitalized as it is declared.
  • Loading branch information
twelvearrays authored and Sashko Stubailo committed Aug 3, 2016
1 parent cdb5da1 commit 9561330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/apollo-server/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ graphQLServer.use('/graphql', bodyParser.json(), apolloExpress({
schema: executableSchema,
}));

graphqlServer.use('/graphiql', graphiqlExpress({
graphQLServer.use('/graphiql', graphiqlExpress({
endpointURL: '/graphql',
}));

Expand Down

0 comments on commit 9561330

Please sign in to comment.