Skip to content

Commit

Permalink
Fixed typoes in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YIZHUANG committed Apr 26, 2019
1 parent 3ab4b59 commit 6ca29a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const CustomDot = ({ onClick, ...rest }) => {
</Carousel>
```

## ParitialVisibile props.
## partialVisbile props.

Shows the next items paritially, this is very useful if you want to indicate to the users that this carousel component is swipable, has more items behind it.

Expand All @@ -231,7 +231,7 @@ const responsive = {
paritialVisibilityGutter: 30 // this is needed to tell the amount of px that should be visible.
}
}
<Carousel paritialVisibile={true} responsive={responsive}>
<Carousel partialVisbile={true} responsive={responsive}>
<ItemOne />
<ItemTwo />
</Carousel>
Expand Down

0 comments on commit 6ca29a2

Please sign in to comment.