diff --git a/src/Http/Routing/src/Builder/RoutingEndpointConventionBuilderExtensions.cs b/src/Http/Routing/src/Builder/RoutingEndpointConventionBuilderExtensions.cs index 8e49dd054e88..fbb25d95130f 100644 --- a/src/Http/Routing/src/Builder/RoutingEndpointConventionBuilderExtensions.cs +++ b/src/Http/Routing/src/Builder/RoutingEndpointConventionBuilderExtensions.cs @@ -112,10 +112,9 @@ public static TBuilder WithName(this TBuilder builder, string endpoint } /// - /// Sets the for all endpoints produced - /// on the target given the . - /// The on the endpoint is used to set the endpoint's - /// GroupName in the OpenAPI specification. + /// Sets the with the given + /// in the endpoint for all endpoints produced on the target + /// . /// /// The . /// The endpoint group name.