Skip to content

Commit

Permalink
Merge pull request #4383 from justyn-clark/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
danilobuerger authored Jan 31, 2019
2 parents 1b75de2 + 479f38f commit d0e4d86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
## Apollo Client (vNext)

### Apollo Client (vNext)

- Resolve "invalidate" -> "invalidated" typo in `QueryManager`. <br/>
[@quazzie](https://github.com/quazzie) in [#4041](https://github.com/apollographql/apollo-client/pull/4041)
- Properly type `setQuery` and fix now typed callers. <br/>
[@danilobuerger](https://github.com/danilobuerger) in [#4369](https://github.com/apollographql/apollo-client/pull/4369)
- Documentation updates. <br/>
[@danilobuerger](https://github.com/danilobuerger) in [#4340](https://github.com/apollographql/apollo-client/pull/4340)
[@danilobuerger](https://github.com/danilobuerger) in [#4340](https://github.com/apollographql/apollo-client/pull/4340) <br />
[@justyn-clark](https://github.com/justyn-clark) in [#4383](https://github.com/apollographql/apollo-client/pull/4383) <br />

## Apollo Client (2.4.12)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/api/react-apollo.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ The `<MockedProvider />` component takes the following props:

- `addTypename`: A boolean indicating whether or not `__typename` are injected into the documents sent to graphql. This **defaults to true**.
- `defaultOptions`: An object containing options to pass directly to the `ApolloClient`instance. See documentation [here](./apollo-client.html#apollo-client).
- `mocks`: An array containing a request object and the corresponding response. You can defined mocks in the following shape:.
- `mocks`: An array containing a request object and the corresponding response. You can define mocks in the following shape:.

```js
const mocks = [
Expand Down

0 comments on commit d0e4d86

Please sign in to comment.