From 0201b5bee43c6f209d740e54f8ac3a053722b53e Mon Sep 17 00:00:00 2001 From: Laurant Date: Wed, 12 Feb 2020 14:21:48 +0100 Subject: [PATCH] small text correction --- client/src/neko/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/neko/index.ts b/client/src/neko/index.ts index 267053e..d6fc7cc 100644 --- a/client/src/neko/index.ts +++ b/client/src/neko/index.ts @@ -320,7 +320,7 @@ export class NekoClient extends BaseClient implements EventEmitter { this.$accessor.chat.newMessage({ id, - content: `chaned the resolution to ${width}x${height}@${rate}`, + content: `changed the resolution to ${width}x${height}@${rate}`, type: 'event', created: new Date(), })