From a35bfceabe68324654add4b998941d676f16a98b Mon Sep 17 00:00:00 2001 From: Andrew Lane Date: Sun, 24 May 2020 12:36:31 -0400 Subject: [PATCH] Format fix for IsEnvironment (#18462) --- aspnetcore/blazor/hosting-model-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/hosting-model-configuration.md b/aspnetcore/blazor/hosting-model-configuration.md index a36d2f7776..45866b2027 100644 --- a/aspnetcore/blazor/hosting-model-configuration.md +++ b/aspnetcore/blazor/hosting-model-configuration.md @@ -72,7 +72,7 @@ The following convenience extension methods permit checking the current environm * `IsDevelopment()` * `IsProduction()` * `IsStaging()` -* `IsEnvironment("{ENVIRONMENT NAME}") +* `IsEnvironment("{ENVIRONMENT NAME}")` ```csharp if (builder.HostEnvironment.IsStaging())