Skip to content

Commit b40f1f4

Browse files
authored
Fixed the wording in comment (#7928)
1 parent d3da9b0 commit b40f1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/HotChocolate/Core/src/Types.Queries/DependencyInjection/QueryRequestExecutorBuilderExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
namespace Microsoft.Extensions.DependencyInjection;
44

55
/// <summary>
6-
/// Provides global configuration methods for mutation conventions to the
6+
/// Provides global configuration methods for query conventions to the
77
/// <see cref="IRequestExecutorBuilder"/>.
88
/// </summary>
99
public static class QueryRequestExecutorBuilderExtensions
1010
{
1111
/// <summary>
12-
/// Enables mutation conventions which will simplify creating GraphQL mutations.
12+
/// Enables query conventions which will simplify creating GraphQL queries.
1313
/// </summary>
1414
/// <param name="builder">
1515
/// The request executor builder

0 commit comments

Comments
 (0)