Skip to content

Commit

Permalink
fix(app-generator): fix naming typo's
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Jul 22, 2016
1 parent c7c7198 commit a74b979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ var AppGenerator = generators.Base.extend(
);
}

, assesGrunt: function ()
, assessGrunt: function ()
{
var done = this.async()
, error = function ()
Expand Down Expand Up @@ -487,7 +487,7 @@ var AppGenerator = generators.Base.extend(
;
}

, assesCompass: function ()
, assessCompass: function ()
{
var done = this.async()
, minver = '1.0.0'
Expand Down

0 comments on commit a74b979

Please sign in to comment.