Fix doc comment typo

This commit is contained in:
Robin
2025-10-08 17:34:04 -04:00
parent e88474452f
commit 8778be8351

View File

@@ -36,7 +36,7 @@ import { Connection, type ConnectionOpts } from "./Connection.ts";
import { type ObservableScope } from "./ObservableScope.ts"; import { type ObservableScope } from "./ObservableScope.ts";
/** /**
* A connection to the publishing LiveKit.e. the local livekit room, the one the user is publishing to. * A connection to the local LiveKit room, the one the user is publishing to.
* This connection will publish the local user's audio and video tracks. * This connection will publish the local user's audio and video tracks.
*/ */
export class PublishConnection extends Connection { export class PublishConnection extends Connection {