We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484de64 commit 260ad54Copy full SHA for 260ad54
src/Http/Routing/src/IDynamicEndpointMetadata.cs
@@ -19,7 +19,7 @@ namespace Microsoft.AspNetCore.Routing;
19
/// <para>
20
/// Using dynamic endpoints can be useful because the default matcher implementation does not
21
/// 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
+/// behavior can apply their dynamic logic after URL processing, by replacing endpoints as
23
/// part of a <see cref="CandidateSet"/>.
24
/// </para>
25
/// </remarks>
0 commit comments