From 2ad4128abe4a71195520a94a903f9d36d6782400 Mon Sep 17 00:00:00 2001 From: Mark Larah Date: Mon, 5 Jan 2026 23:32:02 -0600 Subject: [PATCH] Fix typo in 6.4.1 Coercing Field Arguments --- spec/Section 6 -- Execution.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/Section 6 -- Execution.md b/spec/Section 6 -- Execution.md index 5bde7a6c1..842adc90b 100644 --- a/spec/Section 6 -- Execution.md +++ b/spec/Section 6 -- Execution.md @@ -736,8 +736,8 @@ Fields may include arguments which are provided to the underlying runtime in order to correctly produce a value. These arguments are defined by the field in the type system to have a specific input type. -At each argument position in an operation may be a literal {Value}, or a -{Variable} to be provided at runtime. +Each argument position in an operation may be a literal {Value}, or a {Variable} +to be provided at runtime. CoerceArgumentValues(objectType, field, variableValues):