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 b7c8cf7 commit 6f8fb16Copy full SHA for 6f8fb16
src/Components/Components/src/Routing/Router.cs
@@ -92,7 +92,7 @@ static readonly IReadOnlyDictionary<string, object> _emptyParametersDictionary
92
/// over wildcards.
93
/// <para>This property is obsolete and configuring it does nothing.</para>
94
/// </summary>
95
- [Obsolete("This property is obsolete and configuring it has not effect.")]
+ [Obsolete("This property is obsolete and configuring it has no effect.")]
96
[Parameter] public bool PreferExactMatches { get; set; }
97
98
private RouteTable Routes { get; set; }
0 commit comments