Skip to content

Commit 69b2a8f

Browse files
authored
Fix typo Weather -> Whether
1 parent a274286 commit 69b2a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Example extends React.Component {
3737
| `background` | `background` | Loader background color | `string` | `"#eff1f6"` |
3838
| `circle` | `circle` | Make Skeleton Circle | `boolean` | `false` |
3939
| `borderRadius` | `border-radius` | Loader radius | `string` | `"4px"` |
40-
| `block` | `block` | Weather to start new | `boolean` | `true` |
40+
| `block` | `block` | Whether to start new | `boolean` | `true` |
4141
| `style` | `style` | Extra Styles | `object` | `{}` |
4242

4343
## License

0 commit comments

Comments
 (0)