diff --git a/docs/source/tutorial/client.mdx b/docs/source/tutorial/client.mdx index 1da234601..559d86643 100644 --- a/docs/source/tutorial/client.mdx +++ b/docs/source/tutorial/client.mdx @@ -52,7 +52,7 @@ Next, create an Apollo config file called `apollo.config.js`. This config file i module.exports = { client: { name: 'Space Explorer [web]', - service: 'space-explorer', + service: 'space-explorer', // replace it with your service's name you created on the Studio }, }; ```