Skip to content

Commit 01b3987

Browse files
committed
minor #16788 [Runtime] Fix typo php-fpm => php-pm (wadjeroudi)
This PR was submitted for the 6.0 branch but it was merged into the 5.4 branch instead. Discussion ---------- [Runtime] Fix typo php-fpm => php-pm <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 01eb82e Fix typo php-fpm => php-pm
2 parents 9ac9388 + 01eb82e commit 01b3987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/runtime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Runtime Component
66
======================
77

88
The Runtime Component decouples the bootstrapping logic from any global state
9-
to make sure the application can run with runtimes like PHP-FPM, ReactPHP,
9+
to make sure the application can run with runtimes like PHP-PM, ReactPHP,
1010
Swoole, etc. without any changes.
1111

1212
.. versionadded:: 5.3

0 commit comments

Comments
 (0)