From c656a6bf1e3929f25980bb6005c978c4a6b799e2 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 26 Feb 2022 00:20:16 +0900 Subject: [PATCH] Live: fix typo in channel.ts (#45915) recieved -> received --- public/app/features/live/centrifuge/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/live/centrifuge/channel.ts b/public/app/features/live/centrifuge/channel.ts index 92bae084747..0ad529a6598 100644 --- a/public/app/features/live/centrifuge/channel.ts +++ b/public/app/features/live/centrifuge/channel.ts @@ -61,7 +61,7 @@ export class CentrifugeLiveChannel { this.initalized = true; const events: SubscriptionEvents = { - // Called when a message is recieved from the socket + // Called when a message is received from the socket publish: (ctx: PublicationContext) => { try { if (ctx.data) {