From 173600213e484cb2508fa2fab49eb96057e7abed Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Wed, 20 Oct 2021 11:40:41 -0500 Subject: [PATCH] Fix typo (#23569) --- aspnetcore/blazor/security/webassembly/additional-scenarios.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/aspnetcore/blazor/security/webassembly/additional-scenarios.md b/aspnetcore/blazor/security/webassembly/additional-scenarios.md index 2226aafe41..b4359e9980 100644 --- a/aspnetcore/blazor/security/webassembly/additional-scenarios.md +++ b/aspnetcore/blazor/security/webassembly/additional-scenarios.md @@ -811,8 +811,6 @@ Prerendering content that requires authentication and authorization isn't curren For the client (**`Client`**) app's `Program.cs`, factor common service registrations into a separate method (for example, `ConfigureCommonServices`). Common services are those that the developer registers for use by both the client and server (**`Server`**) apps. -``: - ```csharp public static void ConfigureCommonServices(IServiceCollection services) {