From 5d8a94fa542967bfc25695ff3eb183fea86a9a2e Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Sun, 15 Aug 2021 17:10:17 -0400 Subject: [PATCH] Fix comment typo --- cli/Valet/Site.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Valet/Site.php b/cli/Valet/Site.php index d019b8c..6c298a1 100644 --- a/cli/Valet/Site.php +++ b/cli/Valet/Site.php @@ -479,7 +479,7 @@ function secure($url, $siteConf = null) } /** - * If CA and root certificates are nonexistent, crete them and trust the root cert. + * If CA and root certificates are nonexistent, create them and trust the root cert. * * @return void */