From c7c13208ddce026197cd84855c0f46736c186153 Mon Sep 17 00:00:00 2001 From: Nathan Hughes Date: Fri, 30 Sep 2022 16:45:52 -0700 Subject: [PATCH] [TextField] Fix typo in FormControlLabel declaration file (#34535) Signed-off-by: Nathan Hughes --- .../mui-material/src/FormControlLabel/FormControlLabel.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;