Skip to content

Commit

Permalink
Fix typo (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
papb authored and sindresorhus committed Jun 5, 2019
1 parent 6fb284b commit 6c0a400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -392,7 +392,7 @@ const execa = (file, args, options) => {
}
};

// TOOD: Remove the `if`-guard when targeting Node.js 10
// TODO: Remove the `if`-guard when targeting Node.js 10
if (Promise.prototype.finally) {
spawned.finally = onFinally => handlePromise().finally(onFinally);
}
Expand Down

0 comments on commit 6c0a400

Please sign in to comment.