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:
@@ -154,7 +154,7 @@ function restart()
|
||||
*/
|
||||
function stop()
|
||||
{
|
||||
info('Stopping nginx....');
|
||||
info('Stopping nginx...');
|
||||
|
||||
$this->cli->quietly('sudo brew services stop '. $this->brew->nginxServiceName());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user