Skip to content

Commit

Permalink
Update: Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosantangelo authored and phated committed Dec 21, 2017
1 parent 5cdfb35 commit 92a05bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared/log/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function logTasks(tree, getDescription) {
return;
}

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

0 comments on commit 92a05bc

Please sign in to comment.