From e6511a9f74aa05208cbebf5f51b77043f037093b Mon Sep 17 00:00:00 2001 From: Valerian Pereira Date: Mon, 31 Aug 2020 03:09:05 +0530 Subject: [PATCH] GraphQL Typos fixed to improve documentation (#7644) Signed-off-by: Valerian Pereira --- docs/3.0.0-beta.x/guides/count-graphql.md | 4 ++-- docs/v3.x/guides/count-graphql.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/3.0.0-beta.x/guides/count-graphql.md b/docs/3.0.0-beta.x/guides/count-graphql.md index 61c8f744c8..4730c95632 100644 --- a/docs/3.0.0-beta.x/guides/count-graphql.md +++ b/docs/3.0.0-beta.x/guides/count-graphql.md @@ -14,9 +14,9 @@ In this example, we will use a **Restaurant** API. Make sure you have a **Content Type** with some entries. -## Create schema.grahql file +## Create schema.graphql file -To be able to add a new custom query (or mutation), we will have to create a `schema.grahql.js` file in your **Restaurant** API. +To be able to add a new custom query (or mutation), we will have to create a `schema.graphql.js` file in your **Restaurant** API. **Path** — `./api/restaurant/config/schema.graphql.js` diff --git a/docs/v3.x/guides/count-graphql.md b/docs/v3.x/guides/count-graphql.md index 61c8f744c8..4730c95632 100644 --- a/docs/v3.x/guides/count-graphql.md +++ b/docs/v3.x/guides/count-graphql.md @@ -14,9 +14,9 @@ In this example, we will use a **Restaurant** API. Make sure you have a **Content Type** with some entries. -## Create schema.grahql file +## Create schema.graphql file -To be able to add a new custom query (or mutation), we will have to create a `schema.grahql.js` file in your **Restaurant** API. +To be able to add a new custom query (or mutation), we will have to create a `schema.graphql.js` file in your **Restaurant** API. **Path** — `./api/restaurant/config/schema.graphql.js`