diff --git a/src/StaticPHP/Doctor/Item/OSCheck.php b/src/StaticPHP/Doctor/Item/OSCheck.php index 9e1c1809..7bd19df8 100644 --- a/src/StaticPHP/Doctor/Item/OSCheck.php +++ b/src/StaticPHP/Doctor/Item/OSCheck.php @@ -10,7 +10,7 @@ use StaticPHP\Util\System\LinuxUtil; class OSCheck { - #[CheckItem('if current OS are supported', level: 1000)] + #[CheckItem('if current OS is supported', level: 1000)] public function checkOS(): ?CheckResult { if (!in_array(PHP_OS_FAMILY, ['Darwin', 'Linux', 'Windows'])) {