Skip to content

Commit a35bfce

Browse files
authored
Format fix for IsEnvironment (#18462)
1 parent 3581710 commit a35bfce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/blazor/hosting-model-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following convenience extension methods permit checking the current environm
7272
* `IsDevelopment()`
7373
* `IsProduction()`
7474
* `IsStaging()`
75-
* `IsEnvironment("{ENVIRONMENT NAME}")
75+
* `IsEnvironment("{ENVIRONMENT NAME}")`
7676

7777
```csharp
7878
if (builder.HostEnvironment.IsStaging())

0 commit comments

Comments
 (0)