Skip to content

Commit 5da3da4

Browse files
authored
chore: correct spelling of 'receive' (#38440)
1 parent 3d3970a commit 5da3da4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/apps-engine/src/definition/messages/IMessageReactionContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface IMessageReactionContext {
1515
*/
1616
isReacted: boolean;
1717
/**
18-
* The message that recieved the reaction
18+
* The message that received the reaction
1919
*/
2020
message: IMessage;
2121
/**

packages/core-typings/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@
947947

948948
### Minor Changes
949949

950-
- ([#32197](https://github.com/RocketChat/Rocket.Chat/pull/32197)) Async End-to-End Encrypted rooms key distribution process. Users now don't need to be online to get the keys of their subscribed encrypted rooms, the key distribution process is now async and users can recieve keys even when they are not online.
950+
- ([#32197](https://github.com/RocketChat/Rocket.Chat/pull/32197)) Async End-to-End Encrypted rooms key distribution process. Users now don't need to be online to get the keys of their subscribed encrypted rooms, the key distribution process is now async and users can receive keys even when they are not online.
951951

952952
- ([#31821](https://github.com/RocketChat/Rocket.Chat/pull/31821)) New runtime for apps in the Apps-Engine based on the Deno platform
953953

@@ -983,7 +983,7 @@
983983

984984
### Minor Changes
985985

986-
- ([#32197](https://github.com/RocketChat/Rocket.Chat/pull/32197)) Async End-to-End Encrypted rooms key distribution process. Users now don't need to be online to get the keys of their subscribed encrypted rooms, the key distribution process is now async and users can recieve keys even when they are not online.
986+
- ([#32197](https://github.com/RocketChat/Rocket.Chat/pull/32197)) Async End-to-End Encrypted rooms key distribution process. Users now don't need to be online to get the keys of their subscribed encrypted rooms, the key distribution process is now async and users can receive keys even when they are not online.
987987

988988
- ([#31821](https://github.com/RocketChat/Rocket.Chat/pull/31821)) New runtime for apps in the Apps-Engine based on the Deno platform
989989

0 commit comments

Comments
 (0)