markdown style error (#27075)

pull/27076/head
wuyuansushen 2022-09-22 18:38:49 +08:00 committed by GitHub
parent 45d55cfec7
commit b9eda53d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 <xref:Microsoft.AspNetCore.Builder.StaticFileExtensions.UseStaticFiles%2A> in the app's request processing pipeline. For more information, see <xref:fundamentals/static-files>.
@ -135,7 +135,7 @@ To create additional file mappings with a <xref:Microsoft.AspNetCore.StaticFiles
## 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 <xref:Microsoft.AspNetCore.Builder.StaticFileExtensions.UseStaticFiles%2A> in the app's request processing pipeline. For more information, see <xref:fundamentals/static-files>.