Skip to content

Commit 260ad54

Browse files
authored
Fix typo in IDynamicEndpointMetadata.cs comments (#64442)
1 parent 484de64 commit 260ad54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Routing/src/IDynamicEndpointMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Microsoft.AspNetCore.Routing;
1919
/// <para>
2020
/// Using dynamic endpoints can be useful because the default matcher implementation does not
2121
/// supply extensibility for how URLs are processed. Routing implementations that have dynamic
22-
/// behavior can apply their dynamic logic after URL processing, by replacing a endpoints as
22+
/// behavior can apply their dynamic logic after URL processing, by replacing endpoints as
2323
/// part of a <see cref="CandidateSet"/>.
2424
/// </para>
2525
/// </remarks>

0 commit comments

Comments
 (0)