From 59b6db20be5177b870a35d0307c0adb709f526a4 Mon Sep 17 00:00:00 2001 From: Shubham Yadav <100077254+Shubham185y@users.noreply.github.com> Date: Sun, 3 Sep 2023 21:57:05 +0530 Subject: [PATCH] [Updated] multipart.md Fixed a typo in posts/en/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