Update local-storage.md

Updating grammar
This commit is contained in:
Mark Fussell 2023-06-05 13:04:21 -07:00 committed by GitHub
parent 48d7694fd7
commit 3a3c62196f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr
| Field | Required | Details | Example | | Field | Required | Details | Example |
|--------------------|:--------:|---------|---------| |--------------------|:--------:|---------|---------|
| `path` | Y | Folder containing the keys to be loaded. When loading a key, the name of the key will be used as name of the file in this folder. | `/path/to/folder` | `path` | Y | Folder containing the keys to be loaded. When loading a key, the name of the key used is the name of the file in this folder. | `/path/to/folder`
## Related links ## Related links
[Cryptography building block]({{< ref cryptography >}}) [Cryptography building block]({{< ref cryptography >}})