Skip to content

Commit

Permalink
Merge pull request #231 from br0p0p/patch-1
Browse files Browse the repository at this point in the history
Fix missing word
  • Loading branch information
Sashko Stubailo authored May 27, 2017
2 parents 52c7e81 + 6334328 commit f385c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-docs/source/cache-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ In some cases, just using `dataIdFromObject` is not enough for your application

<h3 id="refetchQueries">`refetchQueries`</h3>

`refetchQueries` is the simplest way of updating the cache. With `refetchQueries` you can specify one or more queries that you want to run after a mutation completed in order to refetch the parts of the store that may have been affected by the mutation:
`refetchQueries` is the simplest way of updating the cache. With `refetchQueries` you can specify one or more queries that you want to run after a mutation is completed in order to refetch the parts of the store that may have been affected by the mutation:

```javascript
mutate({
Expand Down

0 comments on commit f385c4a

Please sign in to comment.