Skip to content

Commit

Permalink
Fixed two typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Jul 29, 2015
1 parent 4c7bc6c commit bca5811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial-gulp/gulp-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ cordovaBuild = require("taco-team-build");

gulp.task("default", function () {
return cordovaBuild.buildProject("android", ["--release"])
.then(function() { return cordovaBuild.pacakgeProject("android"); });
.then(function() { return cordovaBuild.packageProject("android"); });
});
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -156,7 +156,7 @@ gulp.task("build", function () {
});

gulp.task("package", ["build"], function () {
return cordovaBuild.pacakgeProject(platformsToBuild);
return cordovaBuild.packageProject(platformsToBuild);
});
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit bca5811

Please sign in to comment.