From a8d76b0f985475ef6aa64cb36e1ce61b691b75d8 Mon Sep 17 00:00:00 2001 From: brian teeman Date: Tue, 14 Jun 2022 12:58:48 +0100 Subject: [PATCH] [4.1] spelling goup/group code review --- libraries/src/Form/Form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/src/Form/Form.php b/libraries/src/Form/Form.php index 3a1cac1210f54..b50241b67b744 100644 --- a/libraries/src/Form/Form.php +++ b/libraries/src/Form/Form.php @@ -570,7 +570,7 @@ public function getValue($name, $group = null, $default = null) * @param mixed $default The optional default value of the field value is empty. * @param array $options Any options to be passed into the rendering of the field * - * @return string A string containing the html for the control goup + * @return string A string containing the html for the control group * * @since 3.2.3 */ @@ -592,7 +592,7 @@ public function renderField($name, $group = null, $default = null, $options = [] * @param string $name The name of the fieldset for which to get the values. * @param array $options Any options to be passed into the rendering of the field * - * @return string A string containing the html for the control goups + * @return string A string containing the html for the control groups * * @since 3.2.3 */