From b9eda53d39446fbcb4ae519247c689a6f89a05aa Mon Sep 17 00:00:00 2001 From: wuyuansushen <43259764+wuyuansushen@users.noreply.github.com> Date: Thu, 22 Sep 2022 18:38:49 +0800 Subject: [PATCH] markdown style error (#27075) --- aspnetcore/blazor/fundamentals/static-files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/blazor/fundamentals/static-files.md b/aspnetcore/blazor/fundamentals/static-files.md index 4bfe324d8d..801cdff4fd 100644 --- a/aspnetcore/blazor/fundamentals/static-files.md +++ b/aspnetcore/blazor/fundamentals/static-files.md @@ -18,7 +18,7 @@ For more information on *solutions* in sections that apply to hosted Blazor WebA ## Static File Middleware -*This section applies to Blazor Server apps and the `**Server**` app of a hosted Blazor WebAssembly solution.* +*This section applies to Blazor Server apps and the **`Server`** app of a hosted Blazor WebAssembly solution.* Configure Static File Middleware to serve static assets to clients by calling in the app's request processing pipeline. For more information, see . @@ -135,7 +135,7 @@ To create additional file mappings with a in the app's request processing pipeline. For more information, see .