diff --git a/src/Core/Core.php b/src/Core/Core.php index fa91ebd..159f616 100644 --- a/src/Core/Core.php +++ b/src/Core/Core.php @@ -93,7 +93,7 @@ public function setEnv(array $customEnv = []):void { # New Exception throw new CrazyException( - "Please check custom env \"$k\" => \"$v\". Actually env name looks not valid, you have to cheoose a char string name.", + "Please check custom env \"$k\" => \"$v\". Actually env name looks not valid, you have to choose a char string name.", 500, [ "custom_code" => "core-002",