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