diff --git a/snippets/httpPost.md b/snippets/httpPost.md index 2d9d363d9..502e1044e 100644 --- a/snippets/httpPost.md +++ b/snippets/httpPost.md @@ -42,7 +42,7 @@ Logs: { */ httpPost( 'https://jsonplaceholder.typicode.com/posts', - null, + null, //does not send a body console.log ); /* Logs: {