From 2744c4ffb375492069169deb8f990d5f69a63167 Mon Sep 17 00:00:00 2001 From: Karan Date: Mon, 2 Oct 2023 13:57:36 +0530 Subject: [PATCH] [Fixed] passes is swapped with passed in multipart page --- 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