Skip to content

Commit 22683aa

Browse files
authored
Address docs typo (#1234)
1 parent 55e3d3a commit 22683aa

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/two-experts-like.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@livekit/components-react': patch
3+
---
4+
5+
Address useSession docstring typo

packages/react/src/hooks/useSession.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,15 +279,15 @@ function useSessionTokenSourceFetch(
279279
}
280280

281281
/**
282-
* A Session represents a manages connection to a Room which can contain Agents.
282+
* A Session represents a managed connection to a Room which can contain Agents.
283283
* @public
284284
*/
285285
export function useSession(
286286
tokenSource: TokenSourceConfigurable,
287287
options?: UseSessionConfigurableOptions,
288288
): UseSessionReturn;
289289
/**
290-
* A Session represents a manages connection to a Room which can contain Agents.
290+
* A Session represents a managed connection to a Room which can contain Agents.
291291
* @public
292292
*/
293293
export function useSession(

0 commit comments

Comments
 (0)