Skip to content

Commit

Permalink
Merge pull request #21 from kadirahq/arunoda-patch-1
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
arunoda authored Oct 18, 2016
2 parents 528de2c + a3d0916 commit 8f02659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ exports.installDeps = function (options) {
console.log();
done = exports.commandLog('Installing dependencies');
if (result.status !== 0) {
done('An error occured while installing dependencies`.');
done('An error occurred while installing dependencies.');
process.exit(1);
}
done();
Expand Down

0 comments on commit 8f02659

Please sign in to comment.