Skip to content

Commit

Permalink
docs(Carousel): fix codeblocks (#6760)
Browse files Browse the repository at this point in the history
Added missing close codeblocks for onSlide and onSlid
  • Loading branch information
Kahn committed Jan 29, 2024
1 parent a1a9198 commit a50ff86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Carousel.tsx
Expand Up @@ -114,6 +114,7 @@ const propTypes = {
*
* ```js
* (eventKey: number, direction: 'left' | 'right') => void
* ```
*/
onSlide: PropTypes.func,

Expand All @@ -122,6 +123,7 @@ const propTypes = {
*
* ```js
* (eventKey: number, direction: 'left' | 'right') => void
* ```
*/
onSlid: PropTypes.func,

Expand Down

0 comments on commit a50ff86

Please sign in to comment.