Skip to content

Commit a279f14

Browse files
authored
Fix Markdown UnderlineNav component API docs (#5808)
1 parent 59e62c1 commit a279f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/UnderlineNav/UnderlineNav.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"name": "aria-label",
3333
"type": "string",
3434
"defaultValue": "",
35-
"description": "A unique name for the rendered 'nav' landmark. It will also be used to label the arrow\nbuttons that control the scroll behaviour on coarse pointer devices. (I.e.\n'Scroll ${aria-label} left/right')\n"
35+
"description": "A unique name for the rendered nav landmark. It will also be used to label the arrow\nbuttons that control the scroll behaviour on coarse pointer devices. (I.e.\n'Scroll _aria-label_ left/right')\n"
3636
},
3737
{
3838
"name": "children",

0 commit comments

Comments
 (0)