From bc89a2fd92cfa1d56a1654f2929fc354a13abfc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Thu, 11 Jan 2018 11:16:07 +0100 Subject: [PATCH 1/2] Typo in docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cbf3e8bf4..e72470622 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ Here's what you can do to help: - **Snippet code** must be enclosed inside ` ```js ` and ` ``` `. - Remember to start your snippet's code on a new line below the opening backticks. - Use ES6 notation to define your function. For example `const myFunction = ( arg1, arg2 ) => { }`. - - Please use Javacript [Semi-Standard Style](https://github.com/Flet/semistandard). + - Please use Javascript [Semi-Standard Style](https://github.com/Flet/semistandard). - Try to keep your snippets' code short and to the point. Use modern techniques and features. Make sure to test your code before submitting. - All snippets must be followed by one (more if necessary) test case after the code, in a new block enclosed inside ` ```js ` and ` ``` `. The syntax for this is `myFunction('testInput') // 'testOutput'`. Use multiline examples only if necessary. - Try to make your function name unique, so that it does not conflict with existing snippets. From 8d23d9a4e3a617625930cb15f374b81837592ef8 Mon Sep 17 00:00:00 2001 From: 30secondsofcode <30secondsofcode@gmail.com> Date: Thu, 11 Jan 2018 10:17:49 +0000 Subject: [PATCH 2/2] Travis build: 1177 --- README.md | 1 + docs/index.html | 1 + snippets/httpPost.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 792d03948..8db504096 100644 --- a/README.md +++ b/README.md @@ -5206,6 +5206,7 @@ const httpPost = (url, callback, data = null, err = console.error) => { + const newPost = { "userId": 1, "id": 1337, diff --git a/docs/index.html b/docs/index.html index 2dc6237a2..ef41d8b8a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1165,6 +1165,7 @@ Logs: { + const newPost = { "userId": 1, "id": 1337, diff --git a/snippets/httpPost.md b/snippets/httpPost.md index e87361a24..a64c74672 100644 --- a/snippets/httpPost.md +++ b/snippets/httpPost.md @@ -27,6 +27,7 @@ const httpPost = (url, callback, data = null, err = console.error) => { + const newPost = { "userId": 1, "id": 1337,