Merge branch 'typo-fix' into 'master'

Typo fix

See merge request !2
This commit is contained in:
Drew Warren 2017-01-24 19:04:11 +00:00
commit d9cd2e4442
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).");
}
}