Skip to content

Commit

Permalink
Minor typo update for dev console message. (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeninati authored and amilajack committed Jan 15, 2018
1 parent 6b44c9f commit a907480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.renderer.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export default merge.smart(baseConfig, {
},
before() {
if (process.env.START_HOT) {
console.log('Staring Main Process...');
console.log('Starting Main Process...');
spawn(
'npm',
['run', 'start-main-dev'],
Expand Down

0 comments on commit a907480

Please sign in to comment.