diff --git a/client/src/neko/index.ts b/client/src/neko/index.ts index 267053e8..d6fc7ccb 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(), })