Skip to content

Commit

Permalink
Merge pull request #196 from nduc/patch-1
Browse files Browse the repository at this point in the history
Fixed spelling typo
  • Loading branch information
Sashko Stubailo committed Mar 31, 2017
2 parents 382e009 + 2fc870f commit f6e0a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-docs/source/simple-example.md
Expand Up @@ -117,7 +117,7 @@ function Feed({ data }) {
}
```

Finally, we get to the place that actually displays the items, the `FeedList` component. This consumes the `data` prop from Apollo, and maps over it to display list items. You can see that thanks to GraphQL, we go the data in exactly the shape that we expected.
Finally, we get to the place that actually displays the items, the `FeedList` component. This consumes the `data` prop from Apollo, and maps over it to display list items. You can see that thanks to GraphQL, we got the data in exactly the shape that we expected.

```js
function FeedList({ data }) {
Expand Down

0 comments on commit f6e0a38

Please sign in to comment.