Missing determiner "the" (#1578)

Missing determiner "the"
This commit is contained in:
John Molakvoæ 2019-08-12 13:44:30 +02:00 committed by GitHub
commit b6df3e9153
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