From 6c0a40036ad602a64b4b50d9bf2638ec57c73fa3 Mon Sep 17 00:00:00 2001 From: Pedro Augusto de Paula Barbosa Date: Tue, 4 Jun 2019 23:35:24 -0300 Subject: [PATCH] Fix typo (#274) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b2ddb8c676..23969bb822 100644 --- a/index.js +++ b/index.js @@ -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); }