Skip to content

Commit 6e0607e

Browse files
committed
I think the word listening is less clear
1 parent 43bc64f commit 6e0607e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ new WebpackDevServer(webpack(config), {
3838
if (err) {
3939
return console.log(err);
4040
}
41-
console.log('Listening at http://localhost:3000/');
41+
console.log('Running development server at http://localhost:3000/');
4242

4343
opn('http://localhost:3000/');
4444
});

0 commit comments

Comments
 (0)