Skip to content

Commit 0298a81

Browse files
antonkygaearon
authored andcommitted
Small grammatical correction (wmonk#367)
* Small grammatical correction * Fix another grammatical error for consistency
1 parent 8e16295 commit 0298a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/start.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ detect(DEFAULT_PORT).then(port => {
213213

214214
clearConsole();
215215
var question =
216-
chalk.yellow('Something is already running at port ' + DEFAULT_PORT + '.') +
217-
'\n\nWould you like to run the app at another port instead?';
216+
chalk.yellow('Something is already running on port ' + DEFAULT_PORT + '.') +
217+
'\n\nWould you like to run the app on another port instead?';
218218

219219
prompt(question, true).then(shouldChangePort => {
220220
if (shouldChangePort) {

0 commit comments

Comments
 (0)