Skip to content

Commit b0ff4c5

Browse files
Update packages/react-core/src/components/Nav/Nav.tsx
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
1 parent 6c019f2 commit b0ff4c5

File tree

1 file changed

+1
-1
lines changed
  • packages/react-core/src/components/Nav

1 file changed

+1
-1
lines changed

packages/react-core/src/components/Nav/Nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface NavProps
3535
) => void;
3636
/** Accessible label for the nav when there are multiple navs on the page */
3737
'aria-label'?: string;
38-
/** For horizontal navs. Docked is in beta. */
38+
/** The nav variant to use. Docked is in beta. */
3939
variant?: 'default' | 'horizontal' | 'horizontal-subnav' | 'docked';
4040
/** Value to overwrite the randomly generated data-ouia-component-id.*/
4141
ouiaId?: number | string;

0 commit comments

Comments
 (0)