From aae41230aa9311cbd8a24c9802fcf09a2c90a684 Mon Sep 17 00:00:00 2001 From: Filipe Guerra Date: Mon, 27 Feb 2023 18:47:11 -0600 Subject: [PATCH] docs: fix header on migration doc --- website/docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/migration.md b/website/docs/migration.md index da2df34cb..cfdc4ed6e 100644 --- a/website/docs/migration.md +++ b/website/docs/migration.md @@ -28,7 +28,7 @@ To migrate, you will first need to update your GraphQL Configuration file to mat You can [check here](https://graphql-config.com/usage) for more information about the new structure. -####Specifying schema(s): +#### Specifying schema(s): ```yml schema: ./src/schema/**/*.graphql #You can have URL endpoint, Git URL and local files using globs here.