Skip to content

Commit

Permalink
[4.1] spelling goup/group (#38052)
Browse files Browse the repository at this point in the history
code review
  • Loading branch information
brianteeman authored Jun 18, 2022
1 parent 439f2ce commit bbbd6f6
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 @@ -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
*/
Expand All @@ -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
*/
Expand Down

0 comments on commit bbbd6f6

Please sign in to comment.