We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3546c commit b7286b6Copy full SHA for b7286b6
readme.md
@@ -52,7 +52,7 @@ Returns new instance of `Promise`.
52
*Required*
53
Type: `function`
54
55
-Function with two arguments resolve and reject. The first argument fulfills the promise, the second argument rejects it.
+Function with two arguments `resolve` and `reject`. The first argument fulfills the promise, the second argument rejects it.
56
57
#### pinkie.all(promises)
58
0 commit comments