Skip to content

Commit

Permalink
update API description
Browse files Browse the repository at this point in the history
  • Loading branch information
cansuaa committed Jan 15, 2025
1 parent d6ea644 commit 9602e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18596,7 +18596,7 @@ use the \`id\` attribute, consider setting it on a parent element instead.",
"type": "TopNavigationProps.Identity",
},
{
"description": "Determines whether to show a border at the bottom.",
"description": "Determines whether to show a border at the bottom of the top navigation.",
"name": "showBottomBorder",
"optional": true,
"type": "boolean",
Expand Down
2 changes: 1 addition & 1 deletion src/top-navigation/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface TopNavigationProps extends BaseComponentProps {
search?: React.ReactNode;

/**
* Determines whether to show a border at the bottom.
* Determines whether to show a border at the bottom of the top navigation.
*/
showBottomBorder?: boolean;

Expand Down

0 comments on commit 9602e6c

Please sign in to comment.