From 8778be83510a93d9c4e89dab93b25467020737f0 Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 8 Oct 2025 17:34:04 -0400 Subject: [PATCH] Fix doc comment typo --- src/state/PublishConnection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/PublishConnection.ts b/src/state/PublishConnection.ts index c35c71e4..9a219483 100644 --- a/src/state/PublishConnection.ts +++ b/src/state/PublishConnection.ts @@ -36,7 +36,7 @@ import { Connection, type ConnectionOpts } from "./Connection.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. */ export class PublishConnection extends Connection {