From b6cf398eab34bbc515a94f77ec01d0cd44570c61 Mon Sep 17 00:00:00 2001 From: Balboa Codes <20909423+balboacodes@users.noreply.github.com> Date: Mon, 21 Jul 2025 13:25:59 -0400 Subject: [PATCH] docs: Fix PHP docs typo (#34836) This fixes a minor typo in the PHP docs. Release Notes: - N/A --- docs/src/languages/php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/languages/php.md b/docs/src/languages/php.md index 9cb7c40762..4e94c13446 100644 --- a/docs/src/languages/php.md +++ b/docs/src/languages/php.md @@ -15,7 +15,7 @@ The PHP extension offers both `phpactor` and `intelephense` language server supp ## Phpactor -The Zed PHP Extension can install `phpactor` automatically but requires `php` to installed and available in your path: +The Zed PHP Extension can install `phpactor` automatically but requires `php` to be installed and available in your path: ```sh # brew install php # macOS