From 7a7e9d14dada99f01e4565d771b62d828caf55df Mon Sep 17 00:00:00 2001 From: Abhishek Bhattacharjee <127030695+Abhishek-465@users.noreply.github.com> Date: Mon, 25 Sep 2023 22:57:38 +0530 Subject: [PATCH] Update multipart.md --- 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 b691d8e..1f56231 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 passes directly as a request payload +HTML form can be passed directly as a request payload #### Node.js