From e91af877836c551ad894ae89e1285d854f3c1936 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:24:06 +0000 Subject: [PATCH] docs: use sentence case for cryptography primer title --- xchat/cryptography-primer.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xchat/cryptography-primer.mdx b/xchat/cryptography-primer.mdx index b2dc72fec..87c2b4e8a 100644 --- a/xchat/cryptography-primer.mdx +++ b/xchat/cryptography-primer.mdx @@ -1,6 +1,6 @@ --- -title: Cryptography Primer -sidebarTitle: Cryptography Primer +title: Cryptography primer +sidebarTitle: Cryptography primer description: "The concepts behind X Chat end-to-end encryption: how your messages are secured." keywords: ["X Chat cryptography", "E2EE primer", "encryption basics", "public key encryption", "ECDH", "ECIES", "digital signatures", "conversation keys"] ---