From 977013b8c99f86ca98fda3b8df4e876076d46c72 Mon Sep 17 00:00:00 2001 From: Mustafa Arslan Date: Mon, 4 Nov 2024 20:28:21 +0300 Subject: [PATCH] Update daprdocs/content/en/reference/components-reference/supported-bindings/sftp.md Co-authored-by: Mark Fussell Signed-off-by: Mustafa Arslan --- .../reference/components-reference/supported-bindings/sftp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/sftp.md b/daprdocs/content/en/reference/components-reference/supported-bindings/sftp.md index a36079298..9a8077cc9 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/sftp.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/sftp.md @@ -221,7 +221,7 @@ To perform a delete file operation, invoke the Sftp binding with a `POST` method #### Response -An HTTP 204 (No Content) and empty body will be returned if successful. +An HTTP 204 (No Content) and empty body is returned if successful. ## Related links