Skip to content

Commit

Permalink
Fixed typo in docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics committed Jan 23, 2024
1 parent dfd98aa commit 9797e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ class GroupedSettings
```php

//This will only render the parameters in the group1 group (myString and myString2)
$builder = $this->settingsFormFactory->createSettingsFormBuilder(GroupedSettings::class, groups: ['group1]);
$builder = $this->settingsFormFactory->createSettingsFormBuilder(GroupedSettings::class, groups: ['group1']);
```

0 comments on commit 9797e5b

Please sign in to comment.