We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3581710 commit a35bfceCopy full SHA for a35bfce
1 file changed
aspnetcore/blazor/hosting-model-configuration.md
@@ -72,7 +72,7 @@ The following convenience extension methods permit checking the current environm
72
* `IsDevelopment()`
73
* `IsProduction()`
74
* `IsStaging()`
75
-* `IsEnvironment("{ENVIRONMENT NAME}")
+* `IsEnvironment("{ENVIRONMENT NAME}")`
76
77
```csharp
78
if (builder.HostEnvironment.IsStaging())
0 commit comments