From fedef6439b5bfab2f7475dcc105b95f68a483e31 Mon Sep 17 00:00:00 2001 From: "Anderson, from Dropsolid" <116097999+andersonjeccel@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:44:02 -0300 Subject: [PATCH] Update docs/design/retriving_system_information.rst Co-authored-by: Ruth Cheesley --- docs/design/retriving_system_information.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/retriving_system_information.rst b/docs/design/retriving_system_information.rst index 02b658b3..b40d0401 100644 --- a/docs/design/retriving_system_information.rst +++ b/docs/design/retriving_system_information.rst @@ -47,7 +47,7 @@ For example, to display the API OAuth2 access token lifetime: Finding available parameters ---------------------------- -All available configuration parameters are located in the ``/config/local.php`` file once you save the global configuration form for the first time. This file contains the complete list of settings that are accessible using ``configGetParameter``. +The ``/config/local.php`` file contains available configuration parameters, once you save the global configuration form for the first time. This file contains the complete list of settings that are accessible using ``configGetParameter``. Identifying parameter names ---------------------------