Skip to content

Commit 92a05bc

Browse files
nicosantangelophated
authored andcommitted
Update: Fix comment typo
1 parent 5cdfb35 commit 92a05bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shared/log/tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function logTasks(tree, getDescription) {
3030
return;
3131
}
3232

33-
// Pretty task with optionnal description
33+
// Pretty task with optional description
3434
gutil.log(
3535
line[0] + ' ' + chalk.cyan(task) +
3636
Array(padding + 3 - v.length).join(' ') +

0 commit comments

Comments
 (0)