Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
fixed typo (#913)
Browse files Browse the repository at this point in the history
* fixed typo

opens the benefits _**of**_ GraphQL for more people

* changelog updates
  • Loading branch information
Kogmo authored and JoviDeCroock committed Feb 9, 2019
1 parent 0e5852a commit 9eacd13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
[@hobochild](https://github.com/hobochild) in [#935](https://github.com/apollographql/apollo-link/pull/935) <br />
[@bkoltai](https://github.com/bkoltai) in [#925](https://github.com/apollographql/apollo-link/pull/925) <br />
[@NickTomlin](https://github.com/NickTomlin) in [#923](https://github.com/apollographql/apollo-link/pull/923) <br />
[@thekogmo](https://github.com/thekogmo) in [#913](https://github.com/apollographql/apollo-link/pull/913) <br />
[@thekogmo](https://github.com/thekogmo) in [#912](https://github.com/apollographql/apollo-link/pull/912) <br />

### apollo-link
Expand Down
2 changes: 1 addition & 1 deletion docs/source/links/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9eacd13

Please sign in to comment.