fix(misc) fix typos

Found via `codespell -q 3 -S ./lang -L miliseconds`
This commit is contained in:
luzpaz
2022-07-14 03:10:08 -04:00
committed by GitHub
parent 29669d88dc
commit c7f96de787
54 changed files with 76 additions and 76 deletions

View File

@@ -19,7 +19,7 @@ export type Props = {
_onRemovePrivateMessageRecipient: Function,
/**
* Function to make the lobby message receipient inactive.
* Function to make the lobby message recipient inactive.
*/
_onHideLobbyChatRecipient: Function,