From ed0564f6783e12035070d63215761930ccf619bf Mon Sep 17 00:00:00 2001 From: raghav-97 Date: Mon, 27 Jan 2025 01:31:26 +0530 Subject: [PATCH] initial commit --- posts/en/multipart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/en/multipart.md b/posts/en/multipart.md index 1f562311..dbdfc9a3 100644 --- a/posts/en/multipart.md +++ b/posts/en/multipart.md @@ -31,7 +31,7 @@ axios.postForm('https://httpbin.org/post', { }); ``` -HTML form can be passed directly as a request payload +HTML form can be passed directly as a request payload. #### Node.js