Skip to content

Commit

Permalink
[docs] Fix typo (#3401)
Browse files Browse the repository at this point in the history
Co-authored-by: Kelvin <kelvin@gewaninfotech.com>
  • Loading branch information
kelvinabella and kelvinabella committed Jan 20, 2023
1 parent a38d955 commit e768f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantine-core/src/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { filterData } from './filter-data/filter-data';
import useStyles from './Select.styles';

export interface SelectSharedProps<Item, Value> {
/** Select data used to renderer items in dropdown */
/** Select data used to render items in dropdown */
data: (string | Item)[];

/** Controlled input value */
Expand Down

0 comments on commit e768f59

Please sign in to comment.