Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.1] spelling goup/group #38052

Merged
merged 2 commits into from
Jun 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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