From 901a131ecc2d261925d1917a6afcaae8225209c7 Mon Sep 17 00:00:00 2001 From: PascalSenn Date: Thu, 23 May 2024 16:51:45 +0200 Subject: [PATCH 1/2] Fixed unclear wording in the validation section --- spec/Section 5 -- Validation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/Section 5 -- Validation.md b/spec/Section 5 -- Validation.md index 473cf5457..c98d69ac0 100644 --- a/spec/Section 5 -- Validation.md +++ b/spec/Section 5 -- Validation.md @@ -32,8 +32,7 @@ free of any validation errors, and have not changed since. **Examples** -For this section of this schema, we will assume the following type system in -order to demonstrate examples: +In this section, we will assume the following type system to demonstrate examples: ```graphql example type Query { From a6f746d989eed14d3de3bc822cbc955d535ae14b Mon Sep 17 00:00:00 2001 From: Benjie Date: Thu, 23 May 2024 16:07:40 +0100 Subject: [PATCH 2/2] Update spec/Section 5 -- Validation.md --- spec/Section 5 -- Validation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/Section 5 -- Validation.md b/spec/Section 5 -- Validation.md index c98d69ac0..3625c98e1 100644 --- a/spec/Section 5 -- Validation.md +++ b/spec/Section 5 -- Validation.md @@ -32,7 +32,8 @@ free of any validation errors, and have not changed since. **Examples** -In this section, we will assume the following type system to demonstrate examples: +In this section, we will assume the following type system to demonstrate +examples: ```graphql example type Query {