Skip to content

Commit 60aa8e3

Browse files
committed
docs: improve Factories
1 parent caf314b commit 60aa8e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/concepts/factories.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,14 +334,14 @@ Set the following property to ``true`` in **app/Config/Optimize.php**::
334334

335335
public bool $configCacheEnabled = true;
336336

337-
Since v4.5.0, you can enable this with the ``spark optimize`` command.
337+
Or you can enable this with the ``spark optimize`` command.
338338

339339
.. note::
340340
This property cannot be overridden by
341341
:ref:`environment variables <configuration-classes-and-environment-variables>`.
342342

343343
.. note::
344-
Prior to v4.5.0, uncomment the following code in **public/index.php**::
344+
Prior to v4.4.x, uncomment the following code in **public/index.php**::
345345

346346
--- a/public/index.php
347347
+++ b/public/index.php

0 commit comments

Comments
 (0)