Skip to content

Commit

Permalink
docs: fix typo in README.md (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3ssan authored Jul 1, 2024
1 parent 56d11b0 commit a00e3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ import express from 'express'; // yarn add express
import { createHandler } from 'graphql-http/lib/use/express';
import { schema } from './previous-step';

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

0 comments on commit a00e3a4

Please sign in to comment.