Skip to content

Commit

Permalink
Merge pull request #3596 from andtos90/patch-1
Browse files Browse the repository at this point in the history
Correct section id for "Next steps" in local-state.md
  • Loading branch information
hwillson committed Jun 20, 2018
2 parents 9e136bd + 5e1c91b commit 00f7319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/essentials/local-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ const Detail = ({ match: { params: { breed, id } } }) => (
);
```

<h2 id="queries">Next steps</h2>
<h2 id="next-steps">Next steps</h2>

Managing your local data with Apollo Client can simplify your state management code since the Apollo cache is your single source of truth for all data in your application. If you'd like to learn more about `apollo-link-state`, check out:

Expand Down

0 comments on commit 00f7319

Please sign in to comment.