Skip to content

Commit 4219cc3

Browse files
committed
docs(readme): correct cases
1 parent 32776b8 commit 4219cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ no width of its own.
9393

9494
## Height
9595

96-
`Height`: Number | String | null, defaults to null
96+
`height`: Number | String | null, defaults to null
9797

9898
```javascript
9999
<Skeleton height={100} />
@@ -104,7 +104,7 @@ a card. Also needed for the prop `circle` (see below).
104104

105105
## Circle
106106

107-
`Circle`: Boolean | false, defaults to false
107+
`circle`: Boolean | false, defaults to false
108108

109109
```javascript
110110
<Skeleton circle={true} height={50} width={50} />

0 commit comments

Comments
 (0)