diff --git a/lib/providers/conversation.dart b/lib/providers/conversation.dart index 3d29cd1..7e1c56b 100644 --- a/lib/providers/conversation.dart +++ b/lib/providers/conversation.dart @@ -37,7 +37,7 @@ KeyPair getConversationWriter({ } // Create a conversation -// If we were the initator of the conversation there may be an +// If we were the initiator of the conversation there may be an // incomplete 'existingConversationRecord' that we need to fill // in now that we have the remote identity key Future createConversation( @@ -330,7 +330,7 @@ Future?> getRemoteConversationMessages({ @riverpod class ActiveConversationMessages extends _$ActiveConversationMessages { - /// Get message for active converation + /// Get message for active conversation @override FutureOr?> build() async { await eventualVeilid.future;