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 a3455d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion packages/material-ui/src/Select/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Select.propTypes = {
*/
IconComponent: PropTypes.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: PropTypes.string,
/**
Expand Down

0 comments on commit a3455d2

Please sign in to comment.