Skip to content

Commit

Permalink
[docs] Fix two typos in Lists.md (#12397)
Browse files Browse the repository at this point in the history
* fix two typos in api/Lists.md

* yarn docs:api
  • Loading branch information
adl authored and oliviertassinari committed Aug 3, 2018
1 parent 3fc55d0 commit 1d6ba9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/material-ui/src/List/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions pages/api/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ This property accepts the following keys:
| Name | Description |
|:-----|:------------|
| <span class="prop-name">root</span> | Styles applied to the root element.
| <span class="prop-name">padding</span> | Styles applied to the root element if `disablePddding={false}`.
| <span class="prop-name">dense</span> | Styles applied to the root element if `dense={true}` & `disablePddding={false}`.
| <span class="prop-name">padding</span> | Styles applied to the root element if `disablePadding={false}`.
| <span class="prop-name">dense</span> | Styles applied to the root element if `dense={true}` & `disablePadding={false}`.
| <span class="prop-name">subheader</span> | Styles applied to the root element if a `subheader` is provided.

Have a look at [overriding with classes](/customization/overrides#overriding-with-classes) section
Expand Down

0 comments on commit 1d6ba9a

Please sign in to comment.