Skip to content

Commit 8a96a5c

Browse files
authored
docs: Typo fix
1 parent bb27255 commit 8a96a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ Every contribution is very welcome. Keep these in your mind when you want to mak
131131

132132
## Troubleshooting
133133

134-
### I'm making a POSY request with JSON by using bodyParser as middleware but `req.body` is always `{}`
134+
### I'm making a POST request with JSON by using bodyParser as middleware but `req.body` is always `{}`
135135

136136
Please check your `Content-Type` and `Content-Length` request headers. For JSON requests `Content-Type` should be `application/json` and `Content-Length` should be size(in bytes) of JSON string in body.

0 commit comments

Comments
 (0)