From 5688802ce8483dc7f0c99980e1ba51b1977cb224 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Thu, 19 Dec 2024 16:43:34 -0700 Subject: [PATCH] Copyedits --- docs/source/index.mdx | 2 +- docs/source/why-apollo.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/index.mdx b/docs/source/index.mdx index 5ac672d409..23b2e7afc2 100644 --- a/docs/source/index.mdx +++ b/docs/source/index.mdx @@ -1,6 +1,6 @@ --- title: Introduction to Apollo Client -subtitle: Learn how Apollo Client simplifies GraphQL data management and helps build delightful UIs +subtitle: Learn how Apollo Client simplifies GraphQL data management to help build web apps description: Discover Apollo Client, a powerful state management library for JavaScript. Learn how it simplifies fetching, caching, and more with GraphQL. --- diff --git a/docs/source/why-apollo.mdx b/docs/source/why-apollo.mdx index 8217d828d9..ca18717e15 100644 --- a/docs/source/why-apollo.mdx +++ b/docs/source/why-apollo.mdx @@ -1,6 +1,6 @@ --- title: Why Apollo Client? -subtitle: Discover why Apollo Client is the ideal choice for managing both remote and local data with GraphQL +subtitle: Discover why Apollo Client is the ideal choice for managing data with GraphQL description: Learn how Apollo Client simplifies data management with GraphQL, offers intelligent caching, and unifies remote and local data. ---