Skip to content

Commit 14b022b

Browse files
Fix Typo (#101)
* Fix Typo
1 parent ca4a003 commit 14b022b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options/TypeAheadTextfield/TypeaheadTextfield.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class TypeaheadTextField extends React.PureComponent<Props, State> {
108108
const suggestions = this.getSuggestions(value);
109109

110110
const inputProps = {
111-
placeholder: 'Enter cloumn name...',
111+
placeholder: 'Enter column name...',
112112
value,
113113
onChange: this.onChange,
114114
};

0 commit comments

Comments
 (0)