Skip to content

Commit bfeb3bf

Browse files
authored
Fix a typo in EndpointRoutingApplicationBuilderExtensions (#49995)
1 parent 8382612 commit bfeb3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Routing/src/Builder/EndpointRoutingApplicationBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
namespace Microsoft.AspNetCore.Builder;
1010

1111
/// <summary>
12-
/// Constains extensions for configuring routing on an <see cref="IApplicationBuilder"/>.
12+
/// Contains extensions for configuring routing on an <see cref="IApplicationBuilder"/>.
1313
/// </summary>
1414
public static class EndpointRoutingApplicationBuilderExtensions
1515
{

0 commit comments

Comments
 (0)