diff --git a/specs/conversations.md b/specs/conversations.md index 5257279..9aed0e9 100644 --- a/specs/conversations.md +++ b/specs/conversations.md @@ -44,7 +44,7 @@ A Conversation is an instance of a particular ConversationType which contains th ### ConversationIdentifiers -A Conversation instance MUST a conversationd_id and the `conversation_id` MUST uniquely identify the conversation. +A Conversation instance MUST a conversation_id and the `conversation_id` MUST uniquely identify the conversation. [TODO: Should more guidance be added later? e,g ///] @@ -86,7 +86,7 @@ To mitigate this risk and provide a safer default for Conversation implementors, The wire format is specified using protocol buffers v3. -```mermaid +```protobuf message UmbraEnvelopeV1 { diff --git a/specs/inbox.md b/specs/inbox.md index 3f399a8..dd27813 100644 --- a/specs/inbox.md +++ b/specs/inbox.md @@ -70,7 +70,7 @@ The EncryptedBytes message is a self-describing wrapper for all encrypted payloa ## Wire Format Specification / Syntax The wire format is specified using protocol buffers v3. -```mermaid +```protobuf message InboxV1Frame { string recipient = 1;