diff --git a/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts b/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts index e218af1bdd1f70..bc4fb55b2f92ca 100644 --- a/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts +++ b/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts @@ -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;