We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e3d3a commit ac8cd61Copy full SHA for ac8cd61
packages/react/src/hooks/useSession.ts
@@ -279,15 +279,15 @@ function useSessionTokenSourceFetch(
279
}
280
281
/**
282
- * A Session represents a manages connection to a Room which can contain Agents.
+ * A Session represents a managed connection to a Room which can contain Agents.
283
* @public
284
*/
285
export function useSession(
286
tokenSource: TokenSourceConfigurable,
287
options?: UseSessionConfigurableOptions,
288
): UseSessionReturn;
289
290
291
292
293
0 commit comments