Format fix for IsEnvironment (#18462)

pull/18449/head
Andrew Lane 2020-05-24 12:36:31 -04:00 committed by GitHub
parent 35817106a3
commit a35bfceabe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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())