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 .