File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @livekit/components-react ' : patch
3+ ---
4+
5+ Address useSession docstring typo
Original file line number Diff line number Diff 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 */
285285export 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 */
293293export function useSession (
You can’t perform that action at this time.
0 commit comments