From 910f10a1ddd6b47392e90bbb531b3a1a9317c598 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Thu, 11 Dec 2025 16:04:29 +0800 Subject: [PATCH] Typo --- src/StaticPHP/Doctor/Item/OSCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])) {