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.).
pull/29305/head
Muhab Abdelreheem 2023-05-17 15:12:51 -07:00 committed by GitHub
parent 7511b46593
commit 216f672282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
{