Skip to content

Commit c5cdbd5

Browse files
antonkygaearon
authored andcommitted
Small grammatical correction (wmonk#367)
* Small grammatical correction * Fix another grammatical error for consistency
1 parent db4c6f6 commit c5cdbd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: scripts/start.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ detect(DEFAULT_PORT).then(port => {
265265

266266
clearConsole();
267267
var question =
268-
chalk.yellow('Something is already running at port ' + DEFAULT_PORT + '.') +
269-
'\n\nWould you like to run the app at another port instead?';
268+
chalk.yellow('Something is already running on port ' + DEFAULT_PORT + '.') +
269+
'\n\nWould you like to run the app on another port instead?';
270270

271271
prompt(question, true).then(shouldChangePort => {
272272
if (shouldChangePort) {

0 commit comments

Comments
 (0)