Fix duplicated heading id in the docs. (#312)

This commit is contained in:
Jonatan Kłosko
2019-01-24 11:32:41 +01:00
committed by Jesse Rosenberger
parent d841e7b7ac
commit 080d87cf9b

View File

@@ -82,7 +82,7 @@ const client = new ApolloClient({
In just a few lines of code, our client is ready to fetch data! Let's try making a query in the next section.
<h2 id="apollo-client-setup">Make your first query</h2>
<h2 id="first-query">Make your first query</h2>
Before we show you how to use the React integration for Apollo, let's send a query with vanilla JavaScript.