From af081a8b4ad90d4839a85ff8b439fa0c823df859 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Mon, 20 May 2024 20:59:37 -0400 Subject: [PATCH] Update unauthorized content display while prerendering section --- aspnetcore/blazor/security/server/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/security/server/index.md b/aspnetcore/blazor/security/server/index.md index 086e8ddec41b..2398faa2afb8 100644 --- a/aspnetcore/blazor/security/server/index.md +++ b/aspnetcore/blazor/security/server/index.md @@ -769,7 +769,7 @@ To avoid showing unauthorized content, for example content in an [`AuthorizeView ``` - You can also selectively disable prerendering with fine control of the render mode applied to the `Routes` component instance. For more information, see . + You can also selectively control the render mode applied to the `Routes` component instance. For example, see . :::moniker-end