From 1ea97bba1f009c3b540237c27d32199e46ba7fdd Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 14 Nov 2024 12:25:34 +0200 Subject: [PATCH] Update spec/Section 4 -- Composition.md Co-authored-by: Glen --- spec/Section 4 -- Composition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Section 4 -- Composition.md b/spec/Section 4 -- Composition.md index e0c58ac..7b10505 100644 --- a/spec/Section 4 -- Composition.md +++ b/spec/Section 4 -- Composition.md @@ -72,7 +72,7 @@ This rule ensures that inaccessible enum values are not exposed in the composed Output field arguments, input fields and directive arguments must only use enum values as their default value that is not annotated with the `@inaccessible` directive. In this example the `FOO` value in the `Enum1` enum is not marked with -`@inaccessible`, hence it doesn't violate the rule. +`@inaccessible`, hence it does not violate the rule. ```graphql type Query {