DEV: Fix random typos (#21638)

This commit is contained in:
Jarek Radosz
2023-05-18 15:34:46 +02:00
committed by GitHub
parent edbfe91623
commit f2339d2d5b
16 changed files with 21 additions and 21 deletions

View File

@ -10,7 +10,7 @@ const DIRECT_MESSAGE_CHANNELS_LIMIT = 20;
/*
The ChatChannelsManager service is responsible for managing the loaded chat channels.
It provides helpers to facilitate using and managing laoded channels instead of constantly
It provides helpers to facilitate using and managing loaded channels instead of constantly
fetching them from the server.
*/