Skip to content

Commit e7c0dba

Browse files
committed
update phrasing
1 parent a39a7b0 commit e7c0dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Valet/Site.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ public function secure(string $url, ?string $siteConf = null, int $certificateEx
476476
$phpVersion = $this->customPhpVersion($url);
477477

478478
// Create the CA if it doesn't exist.
479-
// If the user cancels the trust operation, the old certificate will be not removed.
479+
// If the user cancels the trust operation, the old certificate will not be removed.
480480
$this->files->ensureDirExists($this->caPath(), user());
481481
$caExpireInDate = (new \DateTime())->diff(new \DateTime("+{$caExpireInYears} years"));
482482
$this->createCa($caExpireInDate->format('%a'));

0 commit comments

Comments
 (0)