This commit is contained in:
Thomas Ingram 2017-01-20 17:47:50 -05:00
parent 6242a48fd0
commit 5654ef3fe2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ function showError(err, port) {
}
else if ('EADDRINUSE' === err.code) {
console.warn("Another server is already running on '" + port + "'.");
console.warn("You can probably fix that by rebooting your comupter (or stopping it if you know what it is).");
console.warn("You can probably fix that by rebooting your computer (or stopping it if you know what it is).");
}
}