Skip to content

Commit 7cbb563

Browse files
pkesexperiandri
authored andcommitted
Fix typo
1 parent 434b4be commit 7cbb563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Data.GraphQL.Server/Executor.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ open FSharp.Data.GraphQL.Parser
1414
open FSharp.Data.GraphQL.Planning
1515

1616
/// A function signature that represents a middleware for schema compile phase.
17-
/// I takes two arguments: A schema compile context, containing all the data used for the
17+
/// It takes two arguments: A schema compile context, containing all the data used for the
1818
/// compilation phase, and another function that can be called to pass
1919
/// the execution for the next middleware.
2020
type SchemaCompileMiddleware =

0 commit comments

Comments
 (0)