From d4cbfeb54cf2a9aad1ad7252e2c330d077bf4788 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 20 Nov 2022 18:14:37 -0500 Subject: [PATCH] Update doc/Config.md from review suggestion Co-authored-by: Philipp --- doc/Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Config.md b/doc/Config.md index a66895ca17..fbc9ff1fd4 100644 --- a/doc/Config.md +++ b/doc/Config.md @@ -38,7 +38,7 @@ All of them have to end with `.config.php` and must not include `-sample` in the Some examples of common known configuration files: - `local.config.php` holds the base node custom configuration. -- Any other file in this folder is meant for addon configuration. +- Any other file in this folder is meant for additional configuration (e.g. for addons). Addons can define their own default configuration values in `addon/[addon]/config/[addon].config.php` which is loaded when the addon is activated.