diff --git a/packages/material-ui/src/List/List.js b/packages/material-ui/src/List/List.js index e246bc300e31f0..0e249883b6cc10 100644 --- a/packages/material-ui/src/List/List.js +++ b/packages/material-ui/src/List/List.js @@ -11,12 +11,12 @@ export const styles = { padding: 0, position: 'relative', }, - /* Styles applied to the root element if `disablePddding={false}`. */ + /* Styles applied to the root element if `disablePadding={false}`. */ padding: { paddingTop: 8, paddingBottom: 8, }, - /* Styles applied to the root element if `dense={true}` & `disablePddding={false}`. */ + /* Styles applied to the root element if `dense={true}` & `disablePadding={false}`. */ dense: { paddingTop: 4, paddingBottom: 4, diff --git a/pages/api/list.md b/pages/api/list.md index 1c76f22b984bd8..029d44acf79baa 100644 --- a/pages/api/list.md +++ b/pages/api/list.md @@ -33,8 +33,8 @@ This property accepts the following keys: | Name | Description | |:-----|:------------| | root | Styles applied to the root element. -| padding | Styles applied to the root element if `disablePddding={false}`. -| dense | Styles applied to the root element if `dense={true}` & `disablePddding={false}`. +| padding | Styles applied to the root element if `disablePadding={false}`. +| dense | Styles applied to the root element if `dense={true}` & `disablePadding={false}`. | subheader | Styles applied to the root element if a `subheader` is provided. Have a look at [overriding with classes](/customization/overrides#overriding-with-classes) section