Skip to content

Commit 1c5cafb

Browse files
xperiandriGBirkel
andcommitted
Fixed invalid <see href=
Co-authored-by: Garrett Birkel <[email protected]>
1 parent 755d913 commit 1c5cafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ type StreamOutput =
269269
let private raiseErrors errs = AsyncVal.wrap <| Error errs
270270

271271
/// Given an error e, call ParseError in the given context's Schema to convert it into
272-
/// a list of one or more <see herf="IGQLErrors">IGQLErrors</see>, then convert those
272+
/// a list of one or more <see href="IGQLErrors">IGQLErrors</see>, then convert those
273273
/// to a list of <see href="GQLProblemDetails">GQLProblemDetails</see>.
274274
let private resolverError path ctx e = ctx.Schema.ParseError path e |> List.map (GQLProblemDetails.OfFieldExecutionError (path |> List.rev))
275275
// Helper functions for generating more specific <see href="GQLProblemDetails">GQLProblemDetails</see>.

0 commit comments

Comments
 (0)