Skip to content

Commit

Permalink
[fix] a minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mafanya23 committed Sep 8, 2023
1 parent 6a336d1 commit 186d9c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/form/api/radiogroup/api_radiogroup_properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: You can explore the Properties of the RadioGroup and RadioButton co
checked?: boolean, // false by default
css?: string,
height?: string | number | "content", // "content" by default
disabled: boolean, // false by default
disabled?: boolean, // false by default
hidden?: boolean, // false by default
padding?: string | number, // "8px" by default
text?: string,
Expand All @@ -38,6 +38,7 @@ description: You can explore the Properties of the RadioGroup and RadioButton co
checked?: boolean,
css?: string,
height?: string | number | "content",
disabled?: boolean,
hidden?: boolean,
padding?: string | number,
text?: string,
Expand Down

0 comments on commit 186d9c9

Please sign in to comment.