Skip to content

Commit 3f275e8

Browse files
authored
Merge pull request #305 from Umplify/codex/fix-typo-in-readme.md
docs: fix secret manager link text
2 parents 3d8369b + 166cd99 commit 3f275e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected abstract ValueTask DisposeAsyncCore();
4545

4646
#### Secret manager
4747

48-
[Secret manage](https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-8.0&tabs=windows#how-the-secret-manager-tool-works) is a great tool to store credentials, api keys and other secret information for development purpose. This library has started supporting user secrets from version 8.2.0 onwards. To utilize user secrets in your tests, simply override the `virtual` method below from `TestBedFixture` class:
48+
[Secret manager](https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-8.0&tabs=windows#how-the-secret-manager-tool-works) is a great tool to store credentials, API keys, and other secret information for development purposes. This library has started supporting user secrets from version 8.2.0 onwards. To utilize user secrets in your tests, simply override the `virtual` method below from the `TestBedFixture` class:
4949

5050
```csharp
5151
protected override void AddUserSecrets(IConfigurationBuilder configurationBuilder);

0 commit comments

Comments
 (0)