diff --git a/spec/Section 2 -- Source Schema.md b/spec/Section 2 -- Source Schema.md index d48e84c..d80ec11 100644 --- a/spec/Section 2 -- Source Schema.md +++ b/spec/Section 2 -- Source Schema.md @@ -240,7 +240,7 @@ type Query { The above example declares the key field `sku` to be inaccessible from the composite schema. However, type system members marked as inaccessible can -still be used within the composite execution schema to fulfill requirements or +still be used within the composite execution schema to fulfil requirements or lookups. In contrast to the `@internal` directive the `@inaccessible` directive hides a