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

Commit

Permalink
docs: fixing typos
Browse files Browse the repository at this point in the history
Noticed some typos in the website, So fixed some in the latest versioned docs
  • Loading branch information
shrey committed May 26, 2020
1 parent 60d870f commit 916b49a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/versioned_docs/version-0.15.0/getting-started.md
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 916b49a

Please sign in to comment.