Skip to content

Commit

Permalink
s/goup/group s/goups/groups (#31950)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Taylor committed Jan 12, 2021
1 parent bedcb56 commit d070a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/src/Form/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ public function getValue($name, $group = null, $default = null)
* @param string $group The optional dot-separated form group path on which to get the value.
* @param mixed $default The optional default value of the field value is empty.
*
* @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
* @deprecated 3.2.3 Use renderField() instead of getControlGroup
Expand All @@ -636,7 +636,7 @@ public function getControlGroup($name, $group = null, $default = null)
*
* @param string $name The name of the fieldset for which to get the values.
*
* @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
* @deprecated 3.2.3 Use renderFieldset() instead of getControlGroups
Expand Down

0 comments on commit d070a18

Please sign in to comment.