Skip to content

Commit

Permalink
Fix broken docs (#155)
Browse files Browse the repository at this point in the history
I believe these were wrong, but please double-check before merging @jbaxleyiii
  • Loading branch information
helfer authored and Sashko Stubailo committed Aug 2, 2016
1 parent 4116747 commit bc3edb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/apollo-client/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Each key on the object returned by mapQueriesToProps should be made up of the sa
loading: boolean,
errors: Error[],
refetch: Function(variables),
getCategory: Data // only when the query has returned
category: Data // only when the query has returned
}
```

Expand All @@ -161,7 +161,7 @@ Each key on the object returned by mapQueriesToProps should be made up of the sa
{
loading: boolean,
errors: Error[],
postReply: Data, // only when the mutation has returned
createPost: Data, // only when the mutation has returned
}
```

Expand Down

0 comments on commit bc3edb3

Please sign in to comment.