Missing determiner "the"

Added "the" in  "... at least the following settings..."
This commit is contained in:
Wehzie 2019-08-11 15:58:23 +02:00 committed by GitHub
parent f62bd16239
commit fc0336f117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ Depending on your current PHP version you should find this file e.g. under ``/et
Enable PHP OPcache
------------------
The `OPcache <http://php.net/manual/en/intro.opcache.php>`_ improves the performance of PHP applications by caching precompiled bytecode. We recommend at least following settings:
The `OPcache <http://php.net/manual/en/intro.opcache.php>`_ improves the performance of PHP applications by caching precompiled bytecode. We recommend at least the following settings:
.. code:: ini