Skip to content

Commit b7cebb7

Browse files
authored
improves some form component descriptions in docs (#1923)
1 parent ceaaf17 commit b7cebb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/content/CheckboxGroup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: CheckboxGroup
3-
description: A `CheckboxGroup` is used to render a set of checkboxes to let users select one or more options
3+
description: Renders a set of checkboxes to let users make one or more selections from a short list of options
44
status: Alpha
55
source: https://github.com/primer/react/blob/main/src/CheckboxGroup/CheckboxGroup.tsx
66
storybook: '/react/storybook/?path=/story/forms-checkboxgroup-examples--basic'

docs/content/FormControl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
componentId: form_control
33
title: FormControl
44
status: Alpha
5-
description: The FormControl component is used to render a labelled text input and, optionally, associated validation text and hint text.
5+
description: Renders a labelled input and, optionally, associated validation text and/or hint text.
66
source: https://github.com/primer/react/blob/main/src/FormControl/FormControl.tsx
77
storybook: '/react/storybook?path=/story/forms-inputfield--text-input-field'
88
---

docs/content/RadioGroup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: RadioGroup
3-
description: A `RadioGroup` is used to render a set of radio inputs to let users select a single option
3+
description: Renders a set of radio inputs to let users make a single selection from a short list of options
44
status: Alpha
55
source: https://github.com/primer/react/blob/main/src/RadioGroup/RadioGroup.tsx
66
storybook: '/react/storybook/?path=/story/forms-radiogroup-examples--basic'

0 commit comments

Comments
 (0)