From b1936bc08339fa8afa857bb4158cd0dfcbfc0ccd Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 19 Nov 2021 14:59:09 -1000 Subject: [PATCH] Update index.md --- 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 71befe4d84..92957f28f7 100644 --- a/aspnetcore/fundamentals/configuration/index.md +++ b/aspnetcore/fundamentals/configuration/index.md @@ -326,7 +326,7 @@ For apps that use switch mappings, the call to `CreateDefaultBuilder` shouldn't Environment and command-line arguments can be set in Visual Studio from the launch profiles dialog: -* In Solution Explorer, right cick the project and select **Properties**. +* In Solution Explorer, right click the project and select **Properties**. * Select the **Debug > General** tab and select **Open debug launch profiles UI**. ## Hierarchical configuration data