8000 docs(Carousel): fix codeblocks (#6760) · admirhusic/react-bootstrap@a50ff86 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit a50ff86

Browse files
authored
docs(Carousel): fix codeblocks (react-bootstrap#6760)
Added missing close codeblocks for onSlide and onSlid
1 parent a1a9198 commit a50ff86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Carousel.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ const propTypes = {
114114
*
115115
* ```js
116116
* (eventKey: number, direction: 'left' | 'right') => void
117+
* ```
117118
*/
118119
onSlide: PropTypes.func,
119120

@@ -122,6 +123,7 @@ const propTypes = {
122123
*
123124
* ```js
124125
* (eventKey: number, direction: 'left' | 'right') => void
126+
* ```
125127
*/
126128
onSlid: PropTypes.func,
127129

0 commit comments

Comments
 (0)
0