diff --git a/aspnetcore/security/app-secrets.md b/aspnetcore/security/app-secrets.md index 37adcb17e4..e1a0a0e9e7 100644 --- a/aspnetcore/security/app-secrets.md +++ b/aspnetcore/security/app-secrets.md @@ -60,7 +60,7 @@ File system path: In the preceding file paths, replace `` with the `UserSecretsId` value specified in the project file. -Don't write code that depends on the location or format of data saved with the Secret Manager tool. These implementation details may change. For example, the secret values aren't encrypted, but could be in the future. +Don't write code that depends on the location or format of data saved with the Secret Manager tool. These implementation details may change. For example, the secret values aren't encrypted. ## Enable secret storage