diff --git a/user_guide_src/source/concepts/factories.rst b/user_guide_src/source/concepts/factories.rst index cbdaef9f9b69..aaf7df459c6d 100644 --- a/user_guide_src/source/concepts/factories.rst +++ b/user_guide_src/source/concepts/factories.rst @@ -274,7 +274,7 @@ Config Caching .. important:: Do not use this feature unless you have carefully read this section and understand how this feature works. Otherwise, your application will not - function properly. Escpecially when you using function ``config()``, you must extends ``BaseConfig``. + function properly. To improve performance, Config Caching has been implemented.