mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-05-14 23:03:48 +08:00
Fix duplicated heading id in the docs. (#312)
This commit is contained in:
committed by
Jesse Rosenberger
parent
d841e7b7ac
commit
080d87cf9b
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user