From 6ab49292912ddda64dcfe2abe7ee11e37bc61874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=94=81?= <52o@qq52o.cn> Date: Fri, 6 Aug 2021 09:38:37 +0800 Subject: [PATCH] Fix typo --- src/Commands/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/InstallCommand.php b/src/Commands/InstallCommand.php index 6272922a4..dfe14e787 100644 --- a/src/Commands/InstallCommand.php +++ b/src/Commands/InstallCommand.php @@ -102,7 +102,7 @@ public function installRoadRunnerServer() } /** - * Install the RoadRunner dependencies. + * Install the Swoole dependencies. * * @return bool */