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 Daniel Rabe committed Nov 29, 2022
1 parent 3da10d0 commit 80efe87
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 80efe87

Please sign in to comment.