From 7cbb56395032c49a8e98a896288741e1e142ac51 Mon Sep 17 00:00:00 2001 From: Peter Kese Date: Sun, 27 Oct 2024 21:27:22 +0100 Subject: [PATCH] Fix typo --- src/FSharp.Data.GraphQL.Server/Executor.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FSharp.Data.GraphQL.Server/Executor.fs b/src/FSharp.Data.GraphQL.Server/Executor.fs index 11c212675..ff36a50b3 100644 --- a/src/FSharp.Data.GraphQL.Server/Executor.fs +++ b/src/FSharp.Data.GraphQL.Server/Executor.fs @@ -14,7 +14,7 @@ open FSharp.Data.GraphQL.Parser open FSharp.Data.GraphQL.Planning /// A function signature that represents a middleware for schema compile phase. -/// I takes two arguments: A schema compile context, containing all the data used for the +/// It takes two arguments: A schema compile context, containing all the data used for the /// compilation phase, and another function that can be called to pass /// the execution for the next middleware. type SchemaCompileMiddleware =