From abfa6e2cc85d1b9bab855fa15d75e94f0361e4b7 Mon Sep 17 00:00:00 2001 From: Sandra Erbel Date: Wed, 10 Jul 2024 08:57:12 +0200 Subject: [PATCH] Correct wording in Plugin.rst --- Documentation/TopLevelObjects/Plugin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/TopLevelObjects/Plugin.rst b/Documentation/TopLevelObjects/Plugin.rst index f417b602..a5606a8f 100644 --- a/Documentation/TopLevelObjects/Plugin.rst +++ b/Documentation/TopLevelObjects/Plugin.rst @@ -265,7 +265,7 @@ plugins. :name: plugin-settings :type: array of custom settings - Here reside are all the settings, both extension-wide and plugin-specific. + Here all the settings, both extension-wide and plugin-specific, reside. These settings are available in the controllers as the array variable :php:`$this->settings` and in any Fluid template with `{settings}`.