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.