Skip to content

Commit e5071d6

Browse files
Fix typo in Searchbar component documentation (#4846)
1 parent 341218a commit e5071d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Searchbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export type Props = React.ComponentPropsWithRef<typeof TextInput> & {
7575
searchAccessibilityLabel?: string;
7676
/**
7777
* Custom icon for clear button, default will be icon close. It's visible when `loading` is set to `false`.
78-
* In v5.x with theme version 3, `clearIcon` is visible only `right` prop is not defined.
78+
* In v5.x with theme version 3, `clearIcon` is visible only if `right` prop is not defined.
7979
*/
8080
clearIcon?: IconSource;
8181
/**

0 commit comments

Comments
 (0)