From 3a3c62196fbfaf0d456e348d2ee1224f645973b6 Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Mon, 5 Jun 2023 13:04:21 -0700 Subject: [PATCH] Update local-storage.md Updating grammar --- .../supported-cryptography/local-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-cryptography/local-storage.md b/daprdocs/content/en/reference/components-reference/supported-cryptography/local-storage.md index 9942ac3e2..ed376a1a3 100644 --- a/daprdocs/content/en/reference/components-reference/supported-cryptography/local-storage.md +++ b/daprdocs/content/en/reference/components-reference/supported-cryptography/local-storage.md @@ -46,7 +46,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr | 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 [Cryptography building block]({{< ref cryptography >}})