Skip to content

Commit

Permalink
[docs] Fix typo in Select type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdreyer committed Apr 28, 2020
1 parent ceb7cda commit 56260ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Select/Select.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface SelectProps
*/
IconComponent?: React.ElementType;
/**
* The `id` of the wrapper element or the `select` elment when `native`.
* The `id` of the wrapper element or the `select` element when `native`.
*/
id?: string;
/**
Expand Down

0 comments on commit 56260ae

Please sign in to comment.