Fix for correct code highlighting in doc (#24082)

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
pull/24077/head
Ali 2021-11-26 18:26:06 +03:00 committed by GitHub
parent 7c38dc68fe
commit e8da7d6485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ To test that the preceding commands override *appsettings.json* and *appsettings
Call <xref:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables*> with a string to specify a prefix for environment variables:
[!code-csharp[](~/fundamentals/configuration/index/samples/6.x/ConfigSample/Program.cs?name=snippet_env&highlight=3-4)]
[!code-csharp[](~/fundamentals/configuration/index/samples/6.x/ConfigSample/Program.cs?name=snippet_env&highlight=5)]
In the preceding code: