From b0dd627899cf5c57d3d64fac07e9b6579dfca082 Mon Sep 17 00:00:00 2001 From: Nat Okpe Date: Sun, 8 Sep 2024 09:30:08 +0100 Subject: [PATCH] Corrected a grammatical error (GH-3727) 1. Added a comma after "Of course" for proper punctuation. 2. Added "for" to clarify the relationship between configuration options and the softwares (Apache and PHP). --- install/unix/apache2.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/unix/apache2.xml b/install/unix/apache2.xml index 231480bab5..13c0517908 100644 --- a/install/unix/apache2.xml +++ b/install/unix/apache2.xml @@ -311,8 +311,8 @@ service httpd restart Following the steps above you will have a running Apache2 web server with - support for PHP as a SAPI module. Of course there are - many more configuration options available Apache and PHP. For more + support for PHP as a SAPI module. Of course, there are + many more configuration options available for Apache and PHP. For more information type ./configure --help in the corresponding source tree.