Skip to content

Commit

Permalink
docs(migration-engine): fix typo in code example (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko authored and evans committed Jun 29, 2018
1 parent 80174d2 commit 59ca96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/migration-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const server = new ApolloServer({
engine: false,
});

server.applyMiddlware({ app });
server.applyMiddleware({ app });

const engine = new ApolloEngine({
apiKey: process.env.ENGINE_API_KEY,
Expand Down

0 comments on commit 59ca96c

Please sign in to comment.