Commit c5cdbd55 authored by Anton Kaminsky's avatar Anton Kaminsky Committed by Dan Abramov
Browse files

Small grammatical correction (#367)

* Small grammatical correction

* Fix another grammatical error for consistency
parent db4c6f66
Showing with 2 additions and 2 deletions
+2 -2
......@@ -265,8 +265,8 @@ detect(DEFAULT_PORT).then(port => {
clearConsole();
var question =
chalk.yellow('Something is already running at port ' + DEFAULT_PORT + '.') +
'\n\nWould you like to run the app at another port instead?';
chalk.yellow('Something is already running on port ' + DEFAULT_PORT + '.') +
'\n\nWould you like to run the app on another port instead?';
prompt(question, true).then(shouldChangePort => {
if (shouldChangePort) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment