From db66e2cfd89d892c5d1351bd8550ff48ef918d7b Mon Sep 17 00:00:00 2001 From: Cade <8939745+CadeMH@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:43:06 -0500 Subject: [PATCH] Update index.md (#31853) --- 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 3aa0a3f916..c206419e6e 100644 --- a/aspnetcore/fundamentals/configuration/index.md +++ b/aspnetcore/fundamentals/configuration/index.md @@ -131,7 +131,7 @@ Using the [default](#default) configuration, the `appsettings.json` and `appsett ### Comments in appsettings.json -Comments in `appsettings.json` and `appsettings.{Environment}.json`files are supported using JavaScript or [C# style comments](/dotnet/csharp/language-reference/tokens/comments). +Comments in `appsettings.json` and `appsettings.{Environment}.json` files are supported using JavaScript or [C# style comments](/dotnet/csharp/language-reference/tokens/comments).