We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c272f9 commit e215574Copy full SHA for e215574
doc/api/util.md
@@ -554,8 +554,8 @@ will return its value, see [Custom promisified functions][].
554
`promisify()` assumes that `original` is a function taking a callback as its
555
final argument in all cases. If `original` is not a function, `promisify()`
556
will throw an error. If `original` is a function but its last argument is not a
557
-Node.js style callback, it will be still be passed a Node.js style callback as its last
558
-argument.
+Node.js style callback, it will still be passed a Node.js style callback
+as its last argument.
559
560
### Custom promisified functions
561
0 commit comments