Skip to content

Commit 11545fc

Browse files
fix: missing period in header (#220)
Co-authored-by: Jay <[email protected]>
1 parent 22b792a commit 11545fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/en/multipart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ axios.postForm('https://httpbin.org/post', {
3131
});
3232
```
3333

34-
HTML form can be passed directly as a request payload
34+
HTML form can be passed directly as a request payload.
3535

3636
#### Node.js
3737

0 commit comments

Comments
 (0)