Skip to content

Commit a5d38db

Browse files
committed
Fix comment
1 parent 23227d3 commit a5d38db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloud/src/bridge/ExtensionChannel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export class ExtensionChannel extends BaseChannel<
178178
] as const
179179

180180
eventMapping.forEach(({ from, to }) => {
181-
// Create and store the listener function for cleanup/
181+
// Create and store the listener function for cleanup.
182182
const listener = async (..._args: unknown[]) => {
183183
this.publish(ExtensionSocketEvents.EVENT, {
184184
type: to,

0 commit comments

Comments
 (0)