Skip to content

Commit f2b7450

Browse files
mperrottijonrohan
andauthored
Correct Markdown in FormControl component API docs (#5860)
Co-authored-by: Jon Rohan <[email protected]>
1 parent d6f82cf commit f2b7450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/FormControl/FormControl.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
{
145145
"name": "id",
146146
"type": "string",
147-
"description": "When `as` prop is 'label', it may be used to override the `htmlFor` given to the <label> element by FormControl's React Context. \n When 'as' prop is 'legend' or 'span', it is used as the `id` for the element."
147+
"description": "When `as` prop is 'label', it may be used to override the `htmlFor` given to the `<label>` element by FormControl's React Context. \n When 'as' prop is 'legend' or 'span', it is used as the `id` for the element."
148148
},
149149
{
150150
"name": "className",

0 commit comments

Comments
 (0)