Skip to content

Commit 3ab9a32

Browse files
committed
Fix typo in documentation
1 parent 0d65d40 commit 3ab9a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,9 +1783,9 @@ You must set one parameter:
17831783

17841784
You must have the same naming convention in the key value in secret as in the field name. For example, if the key in secret is named `SqlServerPassword`, the field name must be the same. You can use an alias too.
17851785

1786-
In Key Vault, nested models are supported with the `--` separator. For example, `SqlServer--Password`.
1786+
In AWS Secrets Manager, nested models are supported with the `--` separator in the key name. For example, `SqlServer--Password`.
17871787

1788-
Key Vault arrays (e.g. `MySecret--0`, `MySecret--1`) are not supported.
1788+
Arrays (e.g. `MySecret--0`, `MySecret--1`) are not supported.
17891789

17901790
```py
17911791
import os

0 commit comments

Comments
 (0)