From 21bfbb5942f291475bf133b3c0cf25c39ab94082 Mon Sep 17 00:00:00 2001 From: Magee Mooney Date: Mon, 14 Sep 2015 21:17:22 -0700 Subject: [PATCH] docs(compare-master-to-stable.js): fix typo (comands -> commands) --- compare-master-to-stable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compare-master-to-stable.js b/compare-master-to-stable.js index 7b151d4f9759..d6ded7317a43 100755 --- a/compare-master-to-stable.js +++ b/compare-master-to-stable.js @@ -44,7 +44,7 @@ var noArgs = function (fn) { var identity = function (i) { return i; }; -// like Q.all, but runs the comands in series +// like Q.all, but runs the commands in series // useful for ensuring env state (like which branch is checked out) var allInSeries = function (fn) { return function (args) {