Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda authored Oct 18, 2016
1 parent 528de2c commit a3d0916
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 a3d0916

Please sign in to comment.