Skip to content

Commit 736c905

Browse files
committed
Small tweak to docs
1 parent 89fda16 commit 736c905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Modules/Intent.Modules.Aws.SecretsManager/docs

Modules/Intent.Modules.Aws.SecretsManager/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var firstConn = configuration["ConnectionStrings:0:ConnectionString"]; // "conne
7171
var conns = configuration.GetSection("ConnectionStrings").Get<List<DbConn>>();
7272
```
7373

74-
Where
74+
Where `DbConn` is defined as:
7575

7676
``` csharp
7777
public sealed class DbConn

0 commit comments

Comments
 (0)