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. -