diff --git a/docs/index.md b/docs/index.md index c5c4e66..92a354e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ # About GraphQL GraphQL is a modern way to build HTTP APIs consumed by the web and mobile clients. -It is intended to be a replacement for REST and SOAP APIs (even for **existing applications**). +It is intended to be an alternative to REST and SOAP APIs (even for **existing applications**). GraphQL itself is a [specification](https://github.com/facebook/graphql) designed by Facebook engineers. Various implementations of this specification were written