Skip to content

Commit d07c9c5

Browse files
authored
Fix typo in readme
1 parent 8dc2955 commit d07c9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ graphql({ schema, source }).then((result) => {
103103
});
104104
```
105105

106-
**Note**: Please don't forget to set `NODE_ENV=production` if you are running a production server. It will disable some checks that can be useful during development but will significantly improve performance.
106+
**Note**: Please don't forget to set `NODE_ENV=production` if you are running a production server. It will disable some checks that can be useful during development but will significantly impact performance.
107107

108108
## Want to ride the bleeding edge?
109109

0 commit comments

Comments
 (0)