Skip to content

Commit d643ce3

Browse files
committed
fix typo
1 parent d86bee2 commit d643ce3

File tree

1 file changed

+1
-1
lines changed
  • packages/main/src/components/FormGroup

1 file changed

+1
-1
lines changed

packages/main/src/components/FormGroup/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const useStyles = createComponentStyles(
2424
{ name: 'FormGroup' }
2525
);
2626
/**
27-
* The `FormGroup` capsules `FormItems` into groups.
27+
* The `FormGroup` encapsulates `FormItems` into groups.
2828
* __Note:__ `FormGroup` is only used for calculating the final layout of the `Form`, thus it doesn't accept any other props than `title` and `children`, especially no `className`, `style` or `ref`.
2929
*/
3030
const FormGroup: FC<FormGroupProps> = (props: FormGroupProps) => {

0 commit comments

Comments
 (0)