Skip to content

Commit

Permalink
Fix code language (dotnet#23972)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored Nov 18, 2021
1 parent 79f9ed8 commit c9f6d1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aspnetcore/blazor/fundamentals/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Inject an <xref:Microsoft.Extensions.Logging.ILoggerProvider> to add a `WebAssem
Add the namespace for <xref:Microsoft.Extensions.Logging?displayProperty=fullName> and inject an <xref:Microsoft.Extensions.Logging.ILoggerProvider> into the component:

```csharp
```razor
@using Microsoft.Extensions.Logging
@inject ILoggerProvider LoggerProvider
```
Expand Down Expand Up @@ -129,7 +129,7 @@ Inject an <xref:Microsoft.Extensions.Logging.ILoggerProvider> to add a `WebAssem
Add the namespace for <xref:Microsoft.Extensions.Logging?displayProperty=fullName> and inject an <xref:Microsoft.Extensions.Logging.ILoggerProvider> into the component:

```csharp
```razor
@using Microsoft.Extensions.Logging
@inject ILoggerProvider LoggerProvider
```
Expand Down Expand Up @@ -209,7 +209,7 @@ Inject an <xref:Microsoft.Extensions.Logging.ILoggerProvider> to add a `WebAssem
Add the namespace for <xref:Microsoft.Extensions.Logging?displayProperty=fullName> and inject an <xref:Microsoft.Extensions.Logging.ILoggerProvider> into the component:

```csharp
```razor
@using Microsoft.Extensions.Logging
@inject ILoggerProvider LoggerProvider
```
Expand Down

0 comments on commit c9f6d1b

Please sign in to comment.