Skip to content

Commit ac8cd61

Browse files
committed
fix: address docs typo
1 parent 55e3d3a commit ac8cd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)