Skip to content

Commit

Permalink
Fixes typos in cordova commands
Browse files Browse the repository at this point in the history
Fixes typos in cordova commands
  • Loading branch information
RobertLowe committed Apr 2, 2015
1 parent 93cf9ce commit 0496359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/commands-cordova.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ var ensureCordovaProject = function (projectContext, appName) {
if (err instanceof main.ExitWithCode) {
process.exit(err.code);
}
Console.error("Error creating Cordova prject: " + err.message);
Console.error("Error creating Cordova project: " + err.message);
Console.rawError(err.stack + "\n");
}
}
Expand Down

0 comments on commit 0496359

Please sign in to comment.