Fix a typo in comment

This commit is contained in:
Evan Hahn 2021-01-11 18:21:24 -06:00 committed by Scott Nonnenberg
parent b281420a40
commit 904cb24cc4

View file

@ -2297,7 +2297,7 @@ export class ConversationModel extends window.Backbone.Model<
this.get('members')!.map(id => {
const c = window.ConversationController.get(id);
// In groups we won't sent to contacts we believe are unregistered
// In groups we won't send to contacts we believe are unregistered
if (c && c.isUnregistered()) {
return null;
}