Skip to content

Commit

Permalink
fix typo on radiogroup inline docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Jan 16, 2025
1 parent e85c731 commit b666dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/content/components/RadioGroup/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ When space is limited, radio inputs can be arranged horizontally using the [Stac
```jsx live
<RadioGroup>
<RadioGroup.Label visuallyHidden>Time period</RadioGroup.Label>
<CheckboxGroup.Caption>
<RadioGroup.Caption>
Some inline radio inputs with a visually hidden label
</CheckboxGroup.Caption>
</RadioGroup.Caption>
<Stack direction="horizontal" gap="normal" padding="none">
<FormControl>
<FormControl.Label>Last 7 days</FormControl.Label>
Expand Down

0 comments on commit b666dc0

Please sign in to comment.