From 555d6bc6a566c3fe7d16c6bccd24bf846152816d Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Tue, 12 Apr 2022 23:22:25 +0200 Subject: Fix typo --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 1fb2c4e..a8b50fc 100644 --- a/src/index.js +++ b/src/index.js @@ -114,8 +114,8 @@ matrixClient.on('Room.timeline', async (event, room, toStartOfTimeline) => { ) sendMessage( room.roomId, - '!e 10 @trillian: transfor to a fellow user', - '!e 10 @trillian: transfor to a fellow user' + '!e 10 @trillian: transfer to a fellow user', + '!e 10 @trillian: transfer to a fellow user' ) sendMessage( room.roomId, -- cgit v1.2.3