Skip to content

Commit

Permalink
fix two typos in api/Lists.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adl authored and oliviertassinari committed Aug 3, 2018
1 parent 3fc55d0 commit 4466837
Showing 1 changed file with 2 additions and 2 deletions.
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 4466837

Please sign in to comment.