From 080d87cf9bf9195bca3ecdf7a9b46b802b07b273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Thu, 24 Jan 2019 11:32:41 +0100 Subject: [PATCH] Fix duplicated heading id in the docs. (#312) --- docs/source/tutorial/client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial/client.md b/docs/source/tutorial/client.md index 9e86ee0..2e18f47 100644 --- a/docs/source/tutorial/client.md +++ b/docs/source/tutorial/client.md @@ -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. -

Make your first query

+

Make your first query

Before we show you how to use the React integration for Apollo, let's send a query with vanilla JavaScript.