Skip to content

Commit

Permalink
Merge pull request #6 from pascalberger/TypoFix
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
Philo authored Nov 17, 2016
2 parents 2c28475 + 4e8bf28 commit 5100531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cake.Gulp/GulpRunnerAliases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ public static class GulpRunnerAliases
/// Task("Gulp")
/// .Does(() =>
/// {
/// Gulp.Local.Execute(settings => settings.WithArgments("ci"));
/// Gulp.Global.Execute(settings => settings.WithArgments("ci"));
/// Gulp.Local.Execute(settings => settings.WithArguments("ci"));
/// Gulp.Global.Execute(settings => settings.WithArguments("ci"));
/// });
/// ]]>
/// </code>
Expand Down

0 comments on commit 5100531

Please sign in to comment.