Skip to content

Commit 10ad812

Browse files
Fixed typo: two much dots in ellipsis
1 parent 23b0da6 commit 10ad812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Valet/Nginx.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function restart()
154154
*/
155155
function stop()
156156
{
157-
info('Stopping nginx....');
157+
info('Stopping nginx...');
158158

159159
$this->cli->quietly('sudo brew services stop '. $this->brew->nginxServiceName());
160160
}

0 commit comments

Comments
 (0)