Skip to content

Commit

Permalink
updating doc string to manage expectations on website
Browse files Browse the repository at this point in the history
  • Loading branch information
dpitcock committed Sep 9, 2024
1 parent 963ec39 commit 895f512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-layout/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface AppLayoutProps extends BaseComponentProps {
* - `iconSvg` (React.ReactNode) - (Optional) Specifies the SVG of a custom icon. For more information, see [SVG icon guidelines](/components/icon/?tabId=api#slots)
*
* #### DrawerAriaLabels
* - `drawerName` (string) - Label for the drawer itself.
* - `drawerName` (string) - Label for the drawer itself. Also used as the text in the tooltip for the trigger button
* - `closeButton` (string) - (Optional) Label for the close button.
* - `triggerButton` (string) - (Optional) Label for the trigger button.
* - `resizeHandle` (string) - (Optional) Label for the resize handle.
Expand Down

0 comments on commit 895f512

Please sign in to comment.