diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbd124b1c..40e8e7b894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ [@hobochild](https://github.com/hobochild) in [#935](https://github.com/apollographql/apollo-link/pull/935)
[@bkoltai](https://github.com/bkoltai) in [#925](https://github.com/apollographql/apollo-link/pull/925)
[@NickTomlin](https://github.com/NickTomlin) in [#923](https://github.com/apollographql/apollo-link/pull/923)
+ [@thekogmo](https://github.com/thekogmo) in [#913](https://github.com/apollographql/apollo-link/pull/913)
[@thekogmo](https://github.com/thekogmo) in [#912](https://github.com/apollographql/apollo-link/pull/912)
### apollo-link diff --git a/docs/source/links/rest.md b/docs/source/links/rest.md index a875bc5c02..60e2153906 100644 --- a/docs/source/links/rest.md +++ b/docs/source/links/rest.md @@ -3,7 +3,7 @@ title: apollo-link-rest description: Call your REST APIs inside your GraphQL queries. --- -Calling REST APIs from a GraphQL client opens the benefits GraphQL for more people, whether: +Calling REST APIs from a GraphQL client opens the benefits of GraphQL for more people, whether: * You are in a front-end developer team that wants to try GraphQL without asking for the backend team to implement a GraphQL server. * You have no access to change the backend because it's an existing set of APIs, potentially managed by a 3rd party.