Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocupe committed Nov 1, 2023
1 parent 820fc8f commit 201ebd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/generated-docs/react/component/prejoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { PreJoin } from "@livekit/components-react";

## Remarks

This component is independent from the `LiveKitRoom` component and should not be nested inside it. Because it only access the local media tracks this component is self contained and works without connection to the LiveKit server.
This component is independent of the `LiveKitRoom` component and should not be nested within it. Because it only access the local media tracks this component is self contained and works without connection to the LiveKit server.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/prefabs/PreJoin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export function usePreviewDevice<T extends LocalVideoTrack | LocalAudioTrack>(
* On submit the user decisions are returned, which can then be passed on to the `LiveKitRoom` so that the user enters the room with the correct media devices.
*
* @remarks
* This component is independent from the `LiveKitRoom` component and should not be nested inside it.
* This component is independent of the `LiveKitRoom` component and should not be nested within it.
* Because it only access the local media tracks this component is self contained and works without connection to the LiveKit server.
*
* @example
Expand Down

0 comments on commit 201ebd0

Please sign in to comment.