From 916b49a27ef6df3ac488da3e4a95ad1440716ff2 Mon Sep 17 00:00:00 2001 From: Shrey Dubey <53302612+shrey@users.noreply.github.com> Date: Tue, 26 May 2020 22:10:32 +0530 Subject: [PATCH] docs: fixing typos Noticed some typos in the website, So fixed some in the latest versioned docs --- website/versioned_docs/version-0.15.0/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/versioned_docs/version-0.15.0/getting-started.md b/website/versioned_docs/version-0.15.0/getting-started.md index 18a13446c..2265ced00 100644 --- a/website/versioned_docs/version-0.15.0/getting-started.md +++ b/website/versioned_docs/version-0.15.0/getting-started.md @@ -57,8 +57,8 @@ The `ApolloOfflineClient` is a full `ApolloClient` but with some additional feat ## Offix Client Boost -The `offix-client-boost` is a convenient way to create a client already bundled with all you nead to work with GraphQL. -Mainly an cache and [Apollo Links](https://www.apollographql.com/docs/link/) subscriptions and file uploads. +The `offix-client-boost` is a convenient way to create a client already bundled with all you need to work with GraphQL. +Mainly a cache and [Apollo Links](https://www.apollographql.com/docs/link/) subscriptions and file uploads. Offix Boost is recomended if you trying to build your first GraphQL application and want to have seamless experience. ```js @@ -119,7 +119,7 @@ try { ## Non Offline realated API -`ApolloOfflineClient` is and extension of the Apollo GraphQL client and can be used with various web and mobile frameworks. +`ApolloOfflineClient` is an extension of the Apollo GraphQL client and can be used with various web and mobile frameworks. For basic concepts about Apollo GraphQL please refer to the documentation for your own platform. For React: