We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d11b0 commit a00e3a4Copy full SHA for a00e3a4
README.md
@@ -118,7 +118,7 @@ import express from 'express'; // yarn add express
118
import { createHandler } from 'graphql-http/lib/use/express';
119
import { schema } from './previous-step';
120
121
-// Create a express instance serving all methods on `/graphql`
+// Create an express instance serving all methods on `/graphql`
122
// where the GraphQL over HTTP express request handler is
123
const app = express();
124
app.all('/graphql', createHandler({ schema }));
0 commit comments