Skip to content

Commit a00e3a4

Browse files
authored
docs: fix typo in README.md (#124)
1 parent 56d11b0 commit a00e3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ import express from 'express'; // yarn add express
118118
import { createHandler } from 'graphql-http/lib/use/express';
119119
import { schema } from './previous-step';
120120

121-
// Create a express instance serving all methods on `/graphql`
121+
// Create an express instance serving all methods on `/graphql`
122122
// where the GraphQL over HTTP express request handler is
123123
const app = express();
124124
app.all('/graphql', createHandler({ schema }));

0 commit comments

Comments
 (0)