Skip to content

Commit

Permalink
[TextField] Fix typo in FormControlLabel declaration file (mui#34535)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Hughes <nathanwhughes@gmail.com>
  • Loading branch information
hghmn authored and alexfauquette committed Oct 14, 2022
1 parent d3725ec commit c7c1320
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ export interface FormControlLabelProps
componentsProps?: {
/**
* Props applied to the Typography wrapper of the passed label.
* This is unused if disableTpography is true.
* This is unused if disableTypography is true.
* @default {}
*/
typography?: TypographyProps;
Expand Down

0 comments on commit c7c1320

Please sign in to comment.