Skip to content

Commit f9e4342

Browse files
committed
fix: correct grammar in blog article
1 parent 3194e11 commit f9e4342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/blog/content/blog/how-to-wrap-a-rest-api-with-graphql-8bf3fb17547d

apps/blog/content/blog/how-to-wrap-a-rest-api-with-graphql-8bf3fb17547d/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ If you want to follow along, you can copy the code from the above `index.js` and
411411

412412
![](/how-to-wrap-a-rest-api-with-graphql-8bf3fb17547d/imgs/1-sGvSvA1yKloKDpXNb3jfBw.png)
413413

414-
A GraphQL Playground is a GraphQL IDE that let’s you explore the capabilities of a GraphQL API in an interactive manner. Similar to [Postman](https://www.getpostman.com/), but with many additional GraphQL-specific features. In there, you can now send the queries we saw above.
414+
A GraphQL Playground is a GraphQL IDE that lets you explore the capabilities of a GraphQL API in an interactive manner. Similar to [Postman](https://www.getpostman.com/), but with many additional GraphQL-specific features. In there, you can now send the queries we saw above.
415415

416416
The query will be resolved by the GraphQL engine of the `GraphQLServer`. All it needs to do is invoking the resolvers for the fields in the query and thus calling out to the appropriate REST endpoints. This is the `user(id: ID)` query for example:
417417

0 commit comments

Comments
 (0)