Skip to content

Commit

Permalink
docs: fix by proofreading
Browse files Browse the repository at this point in the history
Co-authored-by: MGatner <mgatner@icloud.com>
  • Loading branch information
kenjis and MGatner authored Aug 16, 2023
1 parent e8d441c commit f564eea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion user_guide_src/source/changelogs/v4.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Others
- **Factories:**
- You can now define the classname that will actually be loaded.
See :ref:`factories-defining-classname-to-be-loaded`.
- The Config Caching implemented. See :ref:`factories-config-caching` for details.
- Config Caching implemented. See :ref:`factories-config-caching` for details.

Message Changes
***************
Expand Down
4 changes: 2 additions & 2 deletions user_guide_src/source/concepts/factories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Config Caching

.. versionadded:: 4.4.0

To improve performance, the Config Caching has been implemented.
To improve performance, Config Caching has been implemented.

Prerequisite
============
Expand Down Expand Up @@ -298,7 +298,7 @@ to shutdown, and the cached instances are used permanently.
How to Update Config Values
===========================

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

Expand Down

0 comments on commit f564eea

Please sign in to comment.