Skip to content

Commit 2bb800c

Browse files
Matt review
1 parent 9695282 commit 2bb800c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/material-ui/src/Paper/Paper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Paper.propTypes = {
7373
component: PropTypes.elementType,
7474
/**
7575
* Shadow depth, corresponds to `dp` in the spec.
76-
* It's accepting values between 0 and 24 inclusive.
76+
* It accepts values between 0 and 24 inclusive.
7777
*/
7878
elevation: PropTypes.number,
7979
/**

pages/api/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Paper from '@material-ui/core/Paper';
2121
| <span class="prop-name">children</span> | <span class="prop-type">node</span> | | The content of the component. |
2222
| <span class="prop-name">classes</span> | <span class="prop-type">object</span> | | Override or extend the styles applied to the component. See [CSS API](#css) below for more details. |
2323
| <span class="prop-name">component</span> | <span class="prop-type">elementType</span> | <span class="prop-default">'div'</span> | The component used for the root node. Either a string to use a DOM element or a component. |
24-
| <span class="prop-name">elevation</span> | <span class="prop-type">number</span> | <span class="prop-default">1</span> | Shadow depth, corresponds to `dp` in the spec. It's accepting values between 0 and 24 inclusive. |
24+
| <span class="prop-name">elevation</span> | <span class="prop-type">number</span> | <span class="prop-default">1</span> | Shadow depth, corresponds to `dp` in the spec. It accepts values between 0 and 24 inclusive. |
2525
| <span class="prop-name">square</span> | <span class="prop-type">bool</span> | <span class="prop-default">false</span> | If `true`, rounded corners are disabled. |
2626

2727
The `ref` is forwarded to the root element.

0 commit comments

Comments
 (0)