Skip to content

Commit a861e8d

Browse files
authored
Fixed typo in XML docs (#33607)
1 parent fcab188 commit a861e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Routing/src/Builder/FallbackEndpointRouteBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public static IEndpointConventionBuilder MapFallback(this IEndpointRouteBuilder
6868
/// The order of the registered endpoint will be <c>int.MaxValue</c>.
6969
/// </para>
7070
/// <para>
71-
/// This overload will use the provided <paramref name="pattern"/> verbatim. Use the <c>:nonfile</c> route contraint
71+
/// This overload will use the provided <paramref name="pattern"/> verbatim. Use the <c>:nonfile</c> route constraint
7272
/// to exclude requests for static files.
7373
/// </para>
7474
/// </remarks>

0 commit comments

Comments
 (0)