From 216f672282610727a7152ffdfb4f3cb4ee02c79e Mon Sep 17 00:00:00 2001 From: Muhab Abdelreheem Date: Wed, 17 May 2023 15:12:51 -0700 Subject: [PATCH] Typo fix - update to safe storage of app secrets in development in ASP.NET Core article (#29302) - (The app's `secrets.json` file was modified to remove the key-value pair associated with the `MoviesConnectionString` key.) to (... `Movies:ConnectionString` key.). --- aspnetcore/security/app-secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/app-secrets.md b/aspnetcore/security/app-secrets.md index 6a6ee2cdaf..e3703f16cc 100644 --- a/aspnetcore/security/app-secrets.md +++ b/aspnetcore/security/app-secrets.md @@ -229,7 +229,7 @@ Run the following command from the directory in which the project file exists: dotnet user-secrets remove "Movies:ConnectionString" ``` -The app's `secrets.json` file was modified to remove the key-value pair associated with the `MoviesConnectionString` key: +The app's `secrets.json` file was modified to remove the key-value pair associated with the `Movies:ConnectionString` key: ```json {