diff --git a/www/content/essays/two-approaches-to-decoupling.md b/www/content/essays/two-approaches-to-decoupling.md index 7e7230ba..12f5a799 100644 --- a/www/content/essays/two-approaches-to-decoupling.md +++ b/www/content/essays/two-approaches-to-decoupling.md @@ -88,7 +88,7 @@ the front-end needs. Worse, these front-end needs will often change frequently as your application evolves, necessitating the modification of your JSON API. What if other non-web application clients have come to depend on the original API? -This problem leads to the "versioning hell" that many JSON Data APIs that are supporting both web applications as well +This problem leads to the "versioning hell" that many JSON Data API developers face when supporting both web applications as well as other non-web application clients. #### A Solution: GraphQL