1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

Fixed typo: two much dots in ellipsis

This commit is contained in:
Marty Lamoureux
2017-08-01 15:27:46 +02:00
committed by GitHub
parent 23b0da6591
commit 10ad812f38

View File

@@ -154,7 +154,7 @@ function restart()
*/
function stop()
{
info('Stopping nginx....');
info('Stopping nginx...');
$this->cli->quietly('sudo brew services stop '. $this->brew->nginxServiceName());
}