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

Fix comment typo

This commit is contained in:
Chris Brown
2021-08-15 17:10:17 -04:00
committed by GitHub
parent e89028e171
commit 5d8a94fa54

View File

@@ -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
*/