Skip to content

Commit 95ab29a

Browse files
authored
fix jsx tags in example comments (#983)
1 parent 7e17743 commit 95ab29a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react/src/components/ParticipantLoop.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface ParticipantLoopProps {
2424
* const participants = useParticipants();
2525
* <ParticipantLoop participants={participants}>
2626
* <ParticipantName />
27-
* <ParticipantLoop />
27+
* </ParticipantLoop>
2828
* ```
2929
* @public
3030
*/

packages/react/src/components/TrackLoop.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface TrackLoopProps {
2323
* <TrackRefContext.Consumer>
2424
* {(trackRef) => trackRef && <VideoTrack trackRef={trackRef}/>}
2525
* </TrackRefContext.Consumer>
26-
* <TrackLoop />
26+
* </TrackLoop>
2727
* ```
2828
* @public
2929
*/

0 commit comments

Comments
 (0)