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