Skip to content

Commit 3e37d40

Browse files
committed
TextField - fix typo
1 parent cc9f3bc commit 3e37d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/incubator/TextField/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export interface InputProps
140140
*/
141141
placeholderTextColor?: ColorType;
142142
/**
143-
* Custom formatter for the input value (used only when input if not focused)
143+
* Custom formatter for the input value (used only when input is not focused)
144144
*/
145145
formatter?: (value?: string) => string | undefined;
146146
/**

0 commit comments

Comments
 (0)