Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Change `Create a express` to `Create an express` inside `README.md` file.
  • Loading branch information
h3ssan committed Jun 30, 2024
1 parent 56d11b0 commit c7cdf91
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 c7cdf91

Please sign in to comment.