Skip to content

Commit 6f8fb16

Browse files
Update Router.cs (#57559)
Fix grammatical error.
1 parent b7c8cf7 commit 6f8fb16

File tree

1 file changed

+1
-1
lines changed
  • src/Components/Components/src/Routing

1 file changed

+1
-1
lines changed

src/Components/Components/src/Routing/Router.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ static readonly IReadOnlyDictionary<string, object> _emptyParametersDictionary
9292
/// over wildcards.
9393
/// <para>This property is obsolete and configuring it does nothing.</para>
9494
/// </summary>
95-
[Obsolete("This property is obsolete and configuring it has not effect.")]
95+
[Obsolete("This property is obsolete and configuring it has no effect.")]
9696
[Parameter] public bool PreferExactMatches { get; set; }
9797

9898
private RouteTable Routes { get; set; }

0 commit comments

Comments
 (0)