Skip to content

Commit c6aa40f

Browse files
authored
Merge pull request graphql#822 from kvoncode/patch-1
Fix: grammar typo in <Tutorial-ExpressGraphQL.md>
2 parents c6b8316 + e6162bb commit c6aa40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/graphql-js/Tutorial-ExpressGraphQL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: /graphql-js/running-an-express-graphql-server/
77
next: /graphql-js/graphql-clients/
88
---
99

10-
The simplest way to run an GraphQL API server is to use [Express](https://expressjs.com), a popular web application framework for Node.js. You will need to install two additional dependencies:
10+
The simplest way to run a GraphQL API server is to use [Express](https://expressjs.com), a popular web application framework for Node.js. You will need to install two additional dependencies:
1111

1212
```bash
1313
npm install express express-graphql graphql --save

0 commit comments

Comments
 (0)