From 6dc715c58375f3de714262da87e2302a9614822f Mon Sep 17 00:00:00 2001 From: Whit Waldo Date: Mon, 22 Jan 2024 07:59:26 -0600 Subject: [PATCH] Update daprdocs/content/en/reference/api/cryptography_api.md Co-authored-by: Mark Fussell Signed-off-by: Whit Waldo --- daprdocs/content/en/reference/api/cryptography_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/api/cryptography_api.md b/daprdocs/content/en/reference/api/cryptography_api.md index cb3f8c3ce04..756c6c11aca 100644 --- a/daprdocs/content/en/reference/api/cryptography_api.md +++ b/daprdocs/content/en/reference/api/cryptography_api.md @@ -45,7 +45,7 @@ encryption request. #### Response Body The response to an encryption request will have its content type header set to `application/octet-stream` as it -will return an array of bytes with the encrypted payload. +returns an array of bytes with the encrypted payload. #### Response Codes | Code | Description |