1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

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).
This commit is contained in:
Nat Okpe
2024-09-08 09:30:08 +01:00
committed by GitHub
parent 83e2056f07
commit b0dd627899

View File

@@ -311,8 +311,8 @@ service httpd restart
<para>
Following the steps above you will have a running Apache2 web server with
support for PHP as a <literal>SAPI</literal> module. Of course there are
many more configuration options available Apache and PHP. For more
support for PHP as a <literal>SAPI</literal> module. Of course, there are
many more configuration options available for Apache and PHP. For more
information type <command>./configure --help</command> in the corresponding
source tree.
</para>