Skip to content

Commit bfa66a9

Browse files
mageegkalpak
authored andcommitted
docs(compare-master-to-stable.js): fix typo (comands -> commands)
Closes angular#12857
1 parent cdd1227 commit bfa66a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compare-master-to-stable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var noArgs = function (fn) {
4444

4545
var identity = function (i) { return i; };
4646

47-
// like Q.all, but runs the comands in series
47+
// like Q.all, but runs the commands in series
4848
// useful for ensuring env state (like which branch is checked out)
4949
var allInSeries = function (fn) {
5050
return function (args) {

0 commit comments

Comments
 (0)