Skip to content

Commit 3f0677a

Browse files
Update src/GraphQL.AspNetCore3/GraphQLHttpMiddlewareOptions.cs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent fb9c67f commit 3f0677a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GraphQL.AspNetCore3/GraphQLHttpMiddlewareOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class GraphQLHttpMiddlewareOptions : IAuthorizationOptions
4343
/// GraphQL requests with execution errors are unaffected and return a 200 status code.
4444
/// <br/><br/>
4545
/// Transport errors, such as a transport-level authentication failure, are not affected
46-
/// and return a error-specific status code, such as 405 Method Not Allowed if a mutation
46+
/// and return an error-specific status code, such as 405 Method Not Allowed if a mutation
4747
/// is attempted over a HTTP GET connection.
4848
/// <br/><br/>
4949
/// Does not apply to batched or WebSocket requests.

0 commit comments

Comments
 (0)