From 8962ac5a86983537af816d36ebdb2901f5e538c3 Mon Sep 17 00:00:00 2001 From: morrsky Date: Tue, 5 Dec 2023 11:25:31 +0100 Subject: [PATCH] Update runtime.rst typo PHP-PM:PHP-FPM --- components/runtime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/runtime.rst b/components/runtime.rst index c1588bac187..df7b26141aa 100644 --- a/components/runtime.rst +++ b/components/runtime.rst @@ -2,7 +2,7 @@ The Runtime Component ===================== The Runtime Component decouples the bootstrapping logic from any global state - to make sure the application can run with runtimes like PHP-PM, ReactPHP, + to make sure the application can run with runtimes like PHP-FPM, ReactPHP, Swoole, etc. without any changes. .. versionadded:: 5.3