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 |