Skip to content

Commit 3a933dd

Browse files
committed
Fix typo
1 parent dd667ac commit 3a933dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export interface SearchInputProps extends Omit<React.HTMLProps<HTMLDivElement>,
7575
hasWordsAttrLabel?: React.ReactNode;
7676
/** A suggestion for autocompleting. */
7777
hint?: string;
78-
/** Id for the Select Input */
78+
/** Id for the search input */
7979
searchInputId?: string;
8080
/** @hide A reference object to attach to the input box. */
8181
innerRef?: React.RefObject<any>;

0 commit comments

Comments
 (0)