Skip to content

Commit f564eea

Browse files
kenjisMGatner
andauthored
docs: fix by proofreading
Co-authored-by: MGatner <[email protected]>
1 parent e8d441c commit f564eea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

user_guide_src/source/changelogs/v4.4.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Others
225225
- **Factories:**
226226
- You can now define the classname that will actually be loaded.
227227
See :ref:`factories-defining-classname-to-be-loaded`.
228-
- The Config Caching implemented. See :ref:`factories-config-caching` for details.
228+
- Config Caching implemented. See :ref:`factories-config-caching` for details.
229229

230230
Message Changes
231231
***************

user_guide_src/source/concepts/factories.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Config Caching
270270

271271
.. versionadded:: 4.4.0
272272

273-
To improve performance, the Config Caching has been implemented.
273+
To improve performance, Config Caching has been implemented.
274274

275275
Prerequisite
276276
============
@@ -298,7 +298,7 @@ to shutdown, and the cached instances are used permanently.
298298
How to Update Config Values
299299
===========================
300300

301-
Once cached, the cache is never expired. Changing a existing Config file
301+
Once stored, the cached versions never expire. Changing a existing Config file
302302
(or changing Environment Variables for it) will not update the cache nor the Config
303303
values.
304304

0 commit comments

Comments
 (0)