From a94660588e81cec905a08f21a7f52e81f4aa911c Mon Sep 17 00:00:00 2001 From: Luke Latham Date: Tue, 15 Dec 2020 07:48:44 -0600 Subject: [PATCH] Update Blazor PreferExactMatches NOTE (#20954) --- aspnetcore/blazor/includes/prefer-exact-matches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/includes/prefer-exact-matches.md b/aspnetcore/blazor/includes/prefer-exact-matches.md index fe62fcc3c3..1bf27b98fa 100644 --- a/aspnetcore/blazor/includes/prefer-exact-matches.md +++ b/aspnetcore/blazor/includes/prefer-exact-matches.md @@ -1,6 +1,6 @@ ::: moniker range="= aspnetcore-5.0" > [!NOTE] -> In ASP.NET Core 5.0.1 or later, not including 6.0, the `Router` component includes the `PreferExactMatches` parameter set to `true`. For more information, see . +> With the release of ASP.NET Core 5.0.1 and for any additional 5.x releases, the `Router` component includes the `PreferExactMatches` parameter set to `true`. For more information, see . ::: moniker-end