From e8da7d64855735db7ce7aabc084af60b774460a2 Mon Sep 17 00:00:00 2001 From: Ali <2185905+alikrc@users.noreply.github.com> Date: Fri, 26 Nov 2021 18:26:06 +0300 Subject: [PATCH] Fix for correct code highlighting in doc (#24082) Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com> --- aspnetcore/fundamentals/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/configuration/index.md b/aspnetcore/fundamentals/configuration/index.md index 43ec5378d0..aecdfffe0c 100644 --- a/aspnetcore/fundamentals/configuration/index.md +++ b/aspnetcore/fundamentals/configuration/index.md @@ -154,7 +154,7 @@ To test that the preceding commands override *appsettings.json* and *appsettings Call 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: